|
|
|
|
|
by cube2222
1621 days ago
|
|
Had the same experience. That's why I've written jql[0], which puts a uniform lispy spin on CLI JSON processing. I now use it almost exclusively instead of jq. Check it out if you're looking for alternatives. And by the way, you can achieve live preview with any of these CLI tools by using fzf. This is the snippet for jql for example: `echo '' | fzf --print-query --preview-window wrap --preview 'cat test.json | jql {q}'` (substitute jql for jq or anything else) P.S.: jql might seem dead, as there are no recent commits, but it's not. It's just finished. [0]: https://github.com/cube2222/jql |
|