claudepretty
v1.0.0
Published
A CLI tool for pretty-printing streamed JSON output from Claude's --output-format stream-json mode
Maintainers
Readme
claudepretty
A CLI tool for pretty-printing streamed JSON output from Claude's --output-format stream-json --verbose non-interactive mode.
Generates this:

From this:

Installation
npm install -g claudeprettyUsage
Use with Claude's streaming JSON output:
claude -p "create a simple todo app" --verbose --output-format stream-json | claudeprettyRequirements
- Node.js 18.0.0+
- Used exclusively with piped input
License
MIT © David Mohl
