jsonl-viewer
v0.1.0
Published
A terminal UI for reading expanded JSONL files.
Readme
jsonl-viewer
A terminal UI for reading expanded JSONL files.
Usage
npm install
npm run build
node dist/cli.js examples/sample.jsonlDuring development:
npm run dev -- examples/sample.jsonlKeys
Up/Downorj/k: select a JSONL linePgUp/PgDn: jump through the line listSpace/b: scroll the expanded JSON panelq/Esc: quit
Current scope
The first version focuses on one thing: opening a JSONL file and expanding each selected line into readable, pretty-printed JSON.
