- Three-tab interface β Code sessions grouped by project, Chat sessions with pins and tag folders, and a Scheduled tab.
- Named sessions β sessions with a Claude title display as
name Β· promptso you can tell them apart at a glance. - Named filter β press
non the Code tab to show only named sessions. - Instant resume β press
enteron any session and Claude Code opens right where you left off, using--resume,--continue, or--nameautomatically. - Pin and tag chat sessions β star important chats to the top, group others into collapsible
#tagfolders. - Auto CLAUDE.md creation β new chat sessions get a
CLAUDE.mdbootstrapped automatically; preview any session's file in-place withm. - Clean mode β run
claude-sessions cleanfor interactive cleanup of ghost entries, history-less projects, and orphaned history folders. - Live search β filter sessions by name or path as you type with
/. - Move sessions β relocate a session between project folders with
M. - Rename sessions β press
rto rename any session in-place. - Session delete β press
dto delete a session or all sessions in a group.
npm install -g @kud/claude-sessions-cli$ claude-sessions
$ claude-sessions clean
$ claude-sessions --no-bannergit clone https://github.com/kud/claude-sessions-cli.git
cd claude-sessions-cli
npm install
npm run devπ Full documentation β claude-sessions-cli/docs
