Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@noahgorstein noahgorstein released this 05 May 20:35
· 24 commits to main since this release
16ccec4

Maybe the most notable update here is the support for newline-delimited JSON (also known as NDJSON or JSON-lines) as input to jqp.

Example input:

{"name": "Gilbert", "wins": [["straight", "7♣"], ["one pair", "10♥"]]}
{"name": "Alexa", "wins": [["two pair", "4♠"], ["two pair", "9♠"]]}
{"name": "May", "wins": []}
{"name": "Deloise", "wins": [["three of a kind", "5♣"]]}

jqp:

image

Also some new catppuccin 🎨 themes added by @noahmayr (see catppuccin-macchiato in use in above screenshot) and a nice way to save jqp output to the clipboard when no file is provided when saving the output @rvictorino.

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0