Space now toggles the collapsed state of the currently focused
node, rather than moving down a line. (Functionality was
previous available via i, but was undocumented;
i has become unmapped.)
Bug Fixes:
Searching now works even when input is provided via STDIN.
Binaries
# macOS
https://github.com/PaulJuliusMartinez/jless/releases/download/v0.7.2/jless-v0.7.2-x86_64-apple-darwin.zip
# Linux
https://github.com/PaulJuliusMartinez/jless/releases/download/v0.7.2/jless-v0.7.2-x86_64-unknown-linux-gnu.zip
v0.7.1
New features:
F1 now opens help page
Search initialization commands (/, ?, *, #) all now accept count arguments
Internal code cleanup:
Address a lot of issues reported by clippy
Remove chunks of unused code, including serde dependency
Fix typos in help page
Binaries
# macOS
https://github.com/PaulJuliusMartinez/jless/releases/download/v0.7.1/jless-v0.7.1-x86_64-apple-darwin.zip
# Linux
https://github.com/PaulJuliusMartinez/jless/releases/download/v0.7.1/jless-v0.7.1-x86_64-unknown-linux-gnu.zip
v0.7.0
Introducing jless, a command-line JSON viewer.
This release represents a significant milestone: a complete set of basic functionality, without any major bugs.
This GitHub issue
details much of the functionality implemented to get to this point. Spiritually, completion of many of the tasks listed there represent versions 0.1 - 0.6.
The intention is to not release a 1.0 version until Windows support is added.
Binaries
# macOS
https://github.com/PaulJuliusMartinez/jless/releases/download/v0.7.0/jless-v0.7.0-x86_64-apple-darwin.zip
# Linux
https://github.com/PaulJuliusMartinez/jless/releases/download/v0.7.0/jless-v0.7.0-x86_64-unknown-linux-gnu.zip