|
|
|
|
|
by reegnz
961 days ago
|
|
Let me drop a link to my jq zsh plug-in:
https://github.com/reegnz/jq-zsh-plugin I find the biggest problem with jq is that the feedback loop is not tight enough. With this jq-repl the expression is evaluated at every keystroke. |
|
Let me piggyback to mention the (neo)vim plugin I use for tightening the loop... https://github.com/phelipetls/vim-jqplay
It's great for building large complex queries that will eventually live in scripts, but your zsh plugin seems to hit a real sweet spot of fast feedback for ad-hoc queries too! Huge props!