-
Notifications
You must be signed in to change notification settings - Fork 4
integrations
Garon edited this page Jun 15, 2026
·
1 revision
The glimpse command exposes Glimpse to external tools: Raycast extensions,
macOS Shortcuts, Finder Quick Actions, and shell scripts. Read commands work
with no app running; commands that change state or transcribe talk to the
running app (launching it if needed).
Install the CLI from Glimpse → Settings → General → Install command line tool
(creates ~/.local/bin/glimpse).
Add --json to any command for machine-readable output ({"ok":true,…}; errors
go to stderr as {"ok":false,"error":…}).
| Exit | Meaning |
|---|---|
| 0 | Success |
| 1 | User error (bad args, file/item not found) |
| 2 | App required but not running / failed to launch |
| 3 | Job failed |
| 4 | Cancelled or --wait timed out |
| Action | Command |
|---|---|
| Finder → Transcribe to text | glimpse transcribe "$@" |
| Finder → Transcribe to Library | glimpse library import "$@" --open |
| Shortcut → Copy last dictation | glimpse history last |
| Shortcut → Add dictionary word | glimpse dictionary add "$1" |
| Raycast → Search history | glimpse history search "$1" --limit 20 --json |
| Raycast → Switch model | glimpse model set "$1" |
| Open Glimpse history | glimpse open history |
Run glimpse <command> --help for full options.
glimpse history last | list | search | get | statsglimpse dictionary list | add | removeglimpse replacements list | add | removeglimpse model list | setglimpse library import | status | list | exportglimpse transcribe <file>… [--output|--output-dir|--stdout|--json|--model|--language|--cleanup]glimpse open [history|models] [--tab …]glimpse statusglimpse api status | start | stop