@bdmakers/claude-log-ex
v0.1.6
Published
TUI for exploring Claude Code session logs
Readme
clogex
TUI for exploring Claude Code session logs.
Visualizes token usage, context window, skills, hooks, rules, plugins, agents, and more — directly from your Claude Code JSONL session files. Live-tails the session as it runs.
Install
Homebrew (macOS, recommended)
brew tap bd-makers/claude-log-ex https://github.com/bd-makers/claude-log-ex
brew install clogexnpm
npm install -g clogexBun
bun add -g clogexUsage
# auto-detect latest session in current project
clogex
# specify a session file directly
clogex ~/.claude/projects/<project-hash>/<session>.jsonl
# show version
clogex --version
# Korean UI
clogex --ko
# English UI (default)
clogex --enScreenshots
| Timeline | Hooks |
|----------|-------|
|
|
|
| Tokens | Context |
|--------|---------|
|
|
|
Tabs
| Key | Tab | Description |
|-----|-----|-------------|
| 1 | timeline | All events in chronological order |
| 2 | skills | Skill invocations |
| 3 | hooks | Hook executions |
| 4 | rules | Active rules loaded |
| 5 | plugins | Loaded MCP plugins |
| 6 | agents | Subagent dispatches |
| 7 | tokens | Token usage per turn with cache hit rate |
| 8 | context | Context window usage visualization |
Keyboard shortcuts
| Key | Action |
|-----|--------|
| 1–8 | Switch tab |
| ← / → | Navigate tabs |
| ↑ / ↓ | Scroll |
| Mouse wheel | Scroll |
| q | Quit |
Build from source
Requires Bun.
git clone https://github.com/bd-makers/claude-log-ex.git
cd claude-log-ex
bun install
# install to ~/.local/bin/clogex
bun run build
# build dist/cli.js for npm publishing
bun run build:npmLicense
MIT
