You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+62-34Lines changed: 62 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,12 @@
1
1
# ccx
2
2
3
-
**Session viewer for Claude Code** - Browse, search, and export your conversations.
4
-
5
-
Inspired by [Simon Willison's claude-code-transcripts](https://github.com/simonw/claude-code-transcripts) ([announcement](https://x.com/simonw/status/1872004339799512305)) - rebuilt in Go with live tailing, web UI, and two-panel navigation.
3
+
**Session viewer for coding agents** — Browse, search, and export conversations from Claude Code and Codex.
6
4
7
5
```
8
6
ccx web
9
7
```
10
8
11
-
That's it. Opens a browser at `localhost:8080`.
9
+
Opens a browser at `localhost:8080`. That's it.
12
10
13
11
## Screenshots
14
12
@@ -27,20 +25,30 @@ That's it. Opens a browser at `localhost:8080`.
27
25
28
26
</details>
29
27
30
-
## Features
28
+
## What it does
29
+
30
+
ccx reads session files from `~/.claude/` and `~/.codex/` and gives you a fast, keyboard-driven interface to browse them.
31
+
32
+
-**Multi-provider** — Claude Code + Codex sessions merged by project, with provider badges
33
+
-**Two-panel navigation** — Projects → Sessions → Conversation tree
34
+
-**Live tail** — Watch active sessions update in real-time
35
+
-**In-session search** — Filter by User, Response, Tools, Agents, Thinking
36
+
-**Memory inspector** — View CLAUDE.md, MEMORY.md, AGENTS.md per project
Or manually copy `skills/ccx/` to `~/.claude/skills/ccx/`.
111
+
112
+
## Credits
82
113
83
-
ccx treats Claude Code data as **read-only**. It only writes to its own directories:
84
-
-`$XDG_CONFIG_HOME/ccx/` - configuration
85
-
-`$XDG_DATA_HOME/ccx/` - SQLite data (stars, if using web UI)
86
-
- Export files you explicitly request
114
+
Inspired by [Simon Willison's claude-code-transcripts](https://github.com/simonw/claude-code-transcripts). Rebuilt in Go with live tailing, multi-provider support, and a web UI.
0 commit comments