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
This tool converts Claude Code session files into browseable multi-page HTML transcripts.
27
+
This tool converts Claude Code and Gemini session files into browseable HTML transcripts.
28
28
29
29
There are four commands available:
30
30
31
-
-`local` (default) - select from local Claude Code sessions stored in `~/.claude/projects`
31
+
-`local` (default) - select from local sessions stored in `~/.claude/projects` and `~/.gemini/tmp/*/chats`
32
32
-`web` - select from web sessions via the Claude API
33
33
-`json` - convert a specific JSON or JSONL session file
34
34
-`all` - convert all local sessions to a browsable HTML archive
@@ -58,7 +58,7 @@ The generated output includes:
58
58
59
59
### Local sessions
60
60
61
-
Local Claude Code sessions are stored as JSONL files in `~/.claude/projects`. Run with no arguments to select from recent sessions:
61
+
Local sessions are stored as JSONL files in `~/.claude/projects` (Claude Code) and JSON files in `~/.gemini/tmp/*/chats` (Gemini). Run with no arguments to select from recent sessions:
0 commit comments