Claude Code History Viewer
Generates an HTML page + JSON data file to browse past Claude Code conversations in a browser.
How it works
- Run the Python extraction script to parse all JSONL session files
- Output:
claude-history-data.json(conversation data) +claude-history-viewer.html(UI) - Serve via
python3 -m http.server 8765and open in browser
Step 1: Generate data
Run the extraction script:
python3 ~/.claude/skills/history-viewer/extract.py
This reads a
[Description truncada. Veja o README completo no GitHub.]