{"id":30075138,"url":"https://github.com/Brads3290/cclogviewer","last_synced_at":"2025-08-08T14:06:05.975Z","repository":{"id":307007969,"uuid":"1028015830","full_name":"Brads3290/cclogviewer","owner":"Brads3290","description":"Review Claude Code .jsonl files with a nice HTML UI","archived":false,"fork":false,"pushed_at":"2025-08-08T08:13:50.000Z","size":2739,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-08T10:10:38.833Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Brads3290.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-28T22:31:29.000Z","updated_at":"2025-08-08T08:13:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"a97126e0-3e8c-4fc3-8472-04dffe3cb499","html_url":"https://github.com/Brads3290/cclogviewer","commit_stats":null,"previous_names":["brads3290/cclogviewer"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/Brads3290/cclogviewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brads3290%2Fcclogviewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brads3290%2Fcclogviewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brads3290%2Fcclogviewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brads3290%2Fcclogviewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Brads3290","download_url":"https://codeload.github.com/Brads3290/cclogviewer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brads3290%2Fcclogviewer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269406095,"owners_count":24411617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-08T14:02:04.499Z","updated_at":"2025-08-08T14:06:05.966Z","avatar_url":"https://github.com/Brads3290.png","language":"Go","funding_links":[],"categories":["Tooling 🧰","AI Coding Agents","Other","工具 🧰"],"sub_categories":["General","Claude Code","通用"],"readme":"# Claude Code Log Viewer\n\nConverts Claude Code JSONL log files into interactive HTML.\n\n![Demo](docs/assets/demo.gif)\n\n## Installation\n\nRequires Go 1.21 or later. Install Go from https://go.dev/\n\n```bash\ngit clone https://github.com/brads3290/cclogviewer\ncd cclogviewer\nmake build\n```\n\nOr install directly:\n```bash\ngo install github.com/brads3290/cclogviewer/cmd/cclogviewer@latest\n```\n\n## Usage\n\n```bash\n# Quick view (auto-opens in browser)\ncclogviewer -input session.jsonl\n\n# Save to file\ncclogviewer -input session.jsonl -output conversation.html\n\n# Save and open\ncclogviewer -input session.jsonl -output conversation.html -open\n```\n\n## Arguments\n\n- `-input`: JSONL log file path (required)\n- `-output`: HTML output path (optional, auto-generates temp file if omitted)\n- `-open`: Open in browser (automatic without -output)\n- `-debug`: Enable debug logging\n\n## Features\n\n- Hierarchical conversation display\n- Expandable tool calls and results\n- Nested Task tool conversations\n- Token usage tracking\n- Syntax-highlighted code blocks\n- Timestamps and role indicators\n\n## Building from Source\n\n```bash\nmake build           # Build binary\nmake test           # Run tests\nmake install        # Install to /usr/local/bin\n```\n\nSee Makefile for all available commands.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBrads3290%2Fcclogviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBrads3290%2Fcclogviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBrads3290%2Fcclogviewer/lists"}