jqjq is now 100% jq code thanks to Thalia Archibald https://github.com/wader/jqjq/pull/30 π₯³ but sadly the shebang/multi-line comment tricky seem to confuse the github language stats
jqjq is now 100% jq code thanks to Thalia Archibald https://github.com/wader/jqjq/pull/30 π₯³ but sadly the shebang/multi-line comment tricky seem to confuse the github language stats
jaq 2.0 has been released with lots of improvements and jqjq support π₯³ Congrats to Michael FΓ€rber! looking forward to more collaborations in the future!
This makes jqjq now support 4 host-jq:s, jq, gojq, jaq and jqjq (but runs out of memory
).
jqjq is now 99.6% jq and supports lots of more CLI arguments π₯³ Thanks Thalia Archibald for figuring out a nice way to implement it! We can probably reach 100% jq (+0.1% bash) once there is a new jq release that fixes a shebang-exec-escape bug.
jqjq now has string interpolation support! 
$ ./jqjq -n '"string \("inter"+"polation")"'
"string interpolation"