Skip to content

Tags: reegnz/jq-zsh-plugin

Tags

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use `env` to find `bash` (#35)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix trailing pipe handling on macs (#29)

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable SC2086 where it's not necessary (#27)

v0.5.0

Toggle v0.5.0's commit message
Add better failure handling

With this change the failure handling is improved by printing the jq
error in red color, printing the last successful jq query (meaning a
query that didn't result in a non-zero exit code), and prints the result
to the last successful query as well.

Idea was proposed by @bazzargh on hackernews:
https://news.ycombinator.com/item?id=38191147

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #15 from Shirtpantswallet/smart-quoting

v0.3.0

Toggle v0.3.0's commit message
Add gojq support

v0.2.1

Toggle v0.2.1's commit message
Fix /usr/bin/env use in jq-paths script

Fixes #11

v0.2.0

Toggle v0.2.0's commit message
Make shell alias expansion the default behaviour

Adjusted the documentation on how to opt out of the alias expansion
feature.

v0.1.1

Toggle v0.1.1's commit message
Fix paths not showing when file contains spaces

This was a regression after introducting refresh.

v0.1.0

Toggle v0.1.0's commit message
Add reload feature

Until now the REPL executed the shell command once, and you could not
reload the json.

Now if you hit Ctrl+R the shell command is re-run and you can see the
preview with the updated JSON input.