You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.