@screenpipe-ui/cli
v0.1.5
Published
CLI for screenpipe. Part of screenpipe-ui — also includes TUI and web interfaces.
Downloads
439
Readme
@screenpipe-ui/cli
Command-line interface for querying screenpipe from your terminal.
Part of screenpipe-ui. Also available: TUI (bunx @screenpipe-ui/tui) and Web (run bun web from the repo).
Quick start
# No install needed
npx @screenpipe-ui/cli search "meeting notes"
npx @screenpipe-ui/cli health
# Or with bun
bunx @screenpipe-ui/cli search "meeting notes"Commands
search
Search screen captures (OCR) and audio transcriptions.
screenpipe-ui search "query"
screenpipe-ui search "github" --type ocr --limit 20
screenpipe-ui search "slack" --app ChromeOptions:
--type <type>— filter byocr,audio, orall(default:all)--limit <n>— max results (default: 20)--app <name>— filter by application name--url <url>— screenpipe server URL (or setSCREENPIPE_BASE_URL)
health
Check screenpipe server status.
screenpipe-ui healthShows status (healthy/degraded/unhealthy), frame and audio capture status, and last capture timestamps.
activity
Show activity summary grouped by application.
screenpipe-ui activity --today
screenpipe-ui activity --app "VS Code"Options:
--today— show today's activity only--app <name>— filter by application name
Configuration
Connects to http://localhost:3030 by default. Override with:
--url <url>— per-command (e.g.screenpipe-ui search "query" --url http://custom:3030)SCREENPIPE_BASE_URL— environment variable
License
MIT
