pi-simple-sessions
v0.1.1
Published
Simple native session picker for Pi
Downloads
269
Maintainers
Readme
pi-simple-sessions
A small, Pi-native session picker. It has no index, background process, custom persistence, or workflow layer—just a clean modal for finding and resuming sessions.
Features
/sessions— list sessions for the current project/sall— list sessions across every project- Fuzzy filtering by typing in the picker
- Resume a session with
Enter - Rename the selected session with
Ctrl+N - Delete the selected session with
Ctrl+Dand confirmation - Current session is marked with
●and cannot be deleted
Install
From npm
pi install npm:pi-simple-sessionsRestart Pi or run:
/reloadUsage
/sessions
/sall| Key | Action |
| --------- | ----------------------- |
| ↑ / ↓ | Navigate |
| Type | Filter sessions |
| Enter | Resume selected session |
| Ctrl+N | Rename selected session |
| Ctrl+D | Delete selected session |
| Esc | Close |
License
MIT
