claude-log-tail
v0.1.1
Published
Tail Claude JSONL conversation logs with rich terminal formatting.
Readme
claude-log-tail
Tail Claude JSONL conversation logs with rich terminal formatting.
This repo includes two implementations:
claude-log-tail.py(Python, stdlib-only)claude-log-tail.js(Node.js, stdlib-only, npm-ready)
Usage
Node.js version (npm / npx)
npx claude-log-tail ~/.claude/projectsOr install globally:
npm install -g claude-log-tail
claude-log-tail ~/.claude/projectsPython version
./claude-log-tail.py <directory>What it does
- Recursively discovers
.jsonlfiles under the target directory - Follows new log lines
- Detects newly created
.jsonlfiles and starts following them - Parses Claude event JSON and prints colorized, compact output
Dependencies
- Python tool: no external dependencies
- Node.js tool: no external dependencies
