Features:
- Interactive project/session selection with fzf
- Preview conversations before opening
- Real-time monitoring with `tail` command
- Status check (is the CLI running?)
- Formatted output with colors
Requirements: fzf, jq (macOS only for now)
Usage is simple:
0 comments
—
Show HN: CLI tools to browse Claude Code and Codex CLI logs interactively · HackerTrans
Claude Code stores logs in ~/.claude/projects/<hash>/.jsonl Codex CLI stores logs in ~/.codex/sessions/YYYY/MM/DD/.jsonl
Browsing these manually is tedious, so I built two simple shell scripts that use fzf for interactive selection with previews.
*claude-logs*: https://github.com/wondercoms/claude-logs *codex-logs*: https://github.com/wondercoms/codex-logs
Features: - Interactive project/session selection with fzf - Preview conversations before opening - Real-time monitoring with `tail` command - Status check (is the CLI running?) - Formatted output with colors
Requirements: fzf, jq (macOS only for now)
Usage is simple: