Control Cap screen recording directly from Raycast.
| Command | Description |
|---|---|
| Start Instant Recording | Start an instant screen recording |
| Start Studio Recording | Start a studio screen recording |
| Stop Recording | Stop the current recording |
| Toggle Pause Recording | Pause or resume the current recording |
| Take Screenshot | Take a screenshot |
| Open Settings | Open Cap settings |
This extension communicates with the Cap desktop app via deeplinks (cap-desktop://action?value=...). The Cap app must be running for commands to work.
The following deeplink actions are available:
start_recording— Start a recording (instant or studio mode)stop_recording— Stop the current recordingpause_recording— Pause the current recordingresume_recording— Resume a paused recordingtoggle_pause— Toggle pause/resumetake_screenshot— Capture a screenshotset_camera— Switch camera inputset_microphone— Switch microphone inputopen_editor— Open the editor for a projectopen_settings— Open the settings window
cap-desktop://action?value=<url-encoded-json>
Example:
cap-desktop://action?value=%7B%22stop_recording%22%3A%7B%7D%7D