@screenpipe-ui/tui
v0.1.5
Published
Interactive TUI for screenpipe. Part of screenpipe-ui — also includes CLI and web interfaces.
Downloads
455
Readme
@screenpipe-ui/tui
Interactive terminal UI for screenpipe, built with Ink (React for terminals).
Part of screenpipe-ui. Also available: CLI (bunx @screenpipe-ui/cli) and Web (run bun web from the repo).
Quick start
# No install needed
npx @screenpipe-ui/tui
bunx @screenpipe-ui/tuiKeyboard shortcuts
| Key | Action |
|-----|--------|
| Tab | Switch between Search / Timeline / Meetings |
| j / k or ↑ / ↓ | Navigate down / up |
| n / p or → / ← | Next / prev (page in Search; item in detail view) |
| / | Focus search input |
| Enter | View / select item |
| t | Cycle content type (Search: all / ocr / audio / ui) |
| d | Cycle date range preset |
| r | Reload (Timeline, Meetings) |
| q | Quit |
Views
- Search — full-text search across screen captures and audio transcriptions
- Timeline — browse recent activity chronologically
- Meetings — view detected meetings and transcripts
Configuration
Connects to http://localhost:3030 by default. Override with:
--url <url>— e.g.bunx @screenpipe-ui/tui --url http://custom:3030SCREENPIPE_BASE_URL— environment variable
License
MIT
