@tombell/pi-sessions
v0.0.6
Published
Interactive session manager for Pi projects and directories
Downloads
791
Readme
@tombell/pi-sessions
Interactive session manager for Pi projects and directories.
Features
- Adds a
/sessionscommand that opens an interactive picker UI. - Loads sessions with
SessionManager.list(ctx.cwd). - Lets you mark and unmark sessions for deletion.
- Lets you rename sessions from the picker.
- Updates the TUI status with total/marked session counts.
- Clears state cleanly when a session is shut down.
Commands
/sessions— open the session manager
Usage
In interactive mode (TUI required):
- Use arrow keys to navigate.
space/enterto mark or unmark a session.rto rename the selected session.dto delete marked sessions after confirmation.enteronDoneto close.escapeto close.
Install
- From npm:
pi install npm:@tombell/pi-sessions - Local/quick test:
pi -e path/to/pi-sessions
