✶
Decodes the path encoding correctly
Reads the real cwd from inside each session's JSONL.
No naive - → / guessing that confuses
my_projects with my-projects.
paths.real_cwd_from_sessions()
✷
A TUI you'll actually want to open
Textual app with two panes, vim keys, a Claude-style asterisk
spinner up top, and a delete-confirm modal that won't bite you.
↑↓ · h/l · Enter · m · d · r · q
✸
Export to Markdown, JSON, or raw
Pull any session out into a portable document. Pipe it into a PR
description, an issue comment, or a Notion page.
ccm export <p> <s> -f md
✹
Memory file inspector
Surfaces memory/*.md per project — read, dump, or
delete individual entries without rummaging through folders.
ccm memory <p> --show NAME
✺
Disk-usage dashboard
Top projects by size, by session count, by recency. Find the
50-MB session you forgot about in three keystrokes.
ccm stats
✻
Scripting-friendly subcommands
Every TUI action has a CLI mirror. Pipe, sort, filter, automate
from shell scripts — no headless mode required.
ccm ls -s size -n 10 | head