Claude Code Log Viewer
A humble but handy utility for viewing Claude Code .jsonl conversation files in a pretty HTML UI.
Claude Code
CLI tool
management
Files
Toggle any file to view its contents.
Loading files...
Installation
Installation
Requires Go 1.21 or later. Install Go from https://go.dev/
git clone https://github.com/brads3290/cclogviewer cd cclogviewer make build
Or install directly:
go install github.com/brads3290/cclogviewer/cmd/cclogviewer@latest