- 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
