Skip to content

Commit c77262a

Browse files
eriknielsenclaude
andcommitted
Ship Raycast extension: lint fixes, lock confirmation, README
- Fix icon path in package.json (assets/ prefix was doubled) - Add ESLint config for Raycast linter - Add confirmation dialog to Lock command to prevent accidental locks - Add README with commands and requirements - Add CHANGELOG Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 75aab1d commit c77262a

File tree

7 files changed

+3646
-4
lines changed

7 files changed

+3646
-4
lines changed

lockpaw-raycast/.eslintrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"root": true,
3+
"extends": ["@raycast"]
4+
}

lockpaw-raycast/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Lockpaw Raycast Extension Changelog
2+
3+
## [1.0.0] - 2026-03-20
4+
5+
### Added
6+
7+
- Lock Screen command with confirmation dialog
8+
- Unlock Screen command (Touch ID)
9+
- Unlock with Password command
10+
- Toggle Lock Screen command

lockpaw-raycast/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Lockpaw for Raycast
2+
3+
Control [Lockpaw](https://getlockpaw.com) — the macOS menu bar screen guard — directly from Raycast.
4+
5+
## Commands
6+
7+
| Command | Description |
8+
|---------|-------------|
9+
| **Lock Screen** | Activate the lock screen overlay (with confirmation) |
10+
| **Unlock Screen** | Unlock via Touch ID |
11+
| **Unlock with Password** | Unlock via macOS password |
12+
| **Toggle Lock Screen** | Toggle lock on/off |
13+
14+
## Requirements
15+
16+
- [Lockpaw](https://getlockpaw.com) must be installed and running
17+
- macOS 14 (Sonoma) or later
18+
19+
## How it works
20+
21+
The extension communicates with Lockpaw via its URL scheme (`lockpaw://`). All commands are instant, no-view actions that run in the background.

0 commit comments

Comments
 (0)