v1.0.0
Super Resume v1.0.0
The /resume that should've been there from day one
A TUI plugin for managing Claude Code sessions - browse, filter, pin, tag, and resume sessions directly.
Features
- Browse sessions - View all sessions or filter by current directory
- Resume directly - Press Enter to jump straight into a session
- Pin sessions - Pinned sessions appear at the top
- Tag sessions - Add, edit, and remove tags for organization
- Filter sessions - Search by name, ID, directory, or tag
- Preview messages - Navigate through conversation history
- Agent sessions - Expand/collapse agent sub-sessions per parent
Installation
One-liner:
curl -fsSL https://raw.githubusercontent.com/chungchihhan/super-resume/main/install.sh | bashClaude Code Plugin:
/plugin marketplace add chungchihhan/super-resume
/plugin install super-resume
Go Install:
go install github.com/chungchihhan/super-resume/cmd/super-resume@latestKeyboard Shortcuts
| Key | Action |
|---|---|
| ↑/k ↓/j | Navigate |
| Enter | Resume session |
| →/l | Preview session |
| A | Toggle all/current directory |
| S | Show/hide agent sessions |
| P | Pin/unpin |
| T | Add tag |
| U | Manage tags |
| D | Delete |
| / | Filter |
| Q | Quit |