Usage
Quick Start
bash
claude-sessionsThis launches the interactive TUI showing all your Claude Code sessions.
Modes
Interactive TUI (default)
bash
claude-sessions
Browse sessions in a full-screen table. Use arrow keys to navigate, / to search, p to preview a session's conversation, Enter to resume.
fzf Mode
bash
claude-sessions --fzfPipes session data to fzf for selection. Useful if you prefer fzf's fuzzy matching.
Delete Mode
bash
claude-sessions --deleteEnables the delete key (d) to remove sessions. A confirmation dialog prevents accidental deletions.
Skip Splash Screen
bash
claude-sessions --no-splashSkips the animated splash screen and goes straight to the session table.
Combining Flags
bash
claude-sessions --delete --no-splashAll flags can be combined freely.