Browse, search and resume your Claude Code sessions — right in the terminal.
curl -fsSL https://tui.xed.dev/install.sh | bash
Requires: Claude Code · Python 3.11+ · Linux, macOS, or WSL
Claude Code stores every conversation as a local file. XED /TUI makes them accessible: search across all sessions, read full transcripts with Markdown rendering, write notes, and jump back into any session with one keystroke.
| Key | Action |
|---|---|
↑↓ | Browse sessions |
Enter | Read full transcript |
/ | Search across all sessions |
a | Resume session in Claude Code |
e | Write a note |
? | Help (5 languages) |
| Feature | XED /TUI | Alternatives |
|---|---|---|
| Zero dependencies | ✅ Python stdlib | ❌ Go / Node.js |
| Per-session notes | ✅ Smart sync | ❌ not available |
| Markdown rendering | ✅ bold, code, tables | ❌ raw text |
| Multi-language help | ✅ DE/EN/FR/JA/ES | ❌ English only |
| Install time | ✅ ~5 seconds | ❌ compile required |
pipx install xed-tui
uv tool install xed-tui
brew install xed-dev/xed/xed-tui