Features
- 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.

Install
npm install -g @kud/claude-sessions-cliUsage
$ claude-sessions
$ claude-sessions clean
$ claude-sessions --no-bannerDevelopment
git clone https://github.com/kud/claude-sessions-cli.git
cd claude-sessions-cli
npm install
npm run dev