faq
faq copied to clipboard
Format Agnostic jQ -- process various formats with libjq
There used to be a 0.0.8 tag but it seems to have vanished... Can somebody please explain why this is?
I'm only filing this because the README states that they are: ``` $ faq dyld: Library not loaded: /usr/local/opt/jq/lib/libjq.1.dylib Referenced from: /Users/aat/Library/Caches/hermit/pkg/faq-0.0.7/faq Reason: image not found ```
Hello @jzelinskie I've been trying to install faq on aws ec2 linux and when executing _make all_ it shows me a couple of errors as following: _/usr/bin/ld: cannot find -ljq_...
It will be tricky to find ones that are perfectly compatible with the standard library but options do exist (e.g. [jsoniter](https://github.com/json-iterator/go)).
Hello. First of all, thanks a lot for the tool. I am, however, encountering problems when dealing with data encoded with `bencode`. It's a problem I've come across time and...
Hello @jzelinskie I've been working with the JSON to Bencode conversion, but there are things that don't seem to make sense to me. I was looking at how your tool...
The very first example doesn't work ```shell $ echo '{"hello":{"world":"whats up"},"with":"you"}' | faq Error: no arguments provided Usage: faq [flags] [filter string] [files...] [...] ``` It also doesn't work with...
From `jq` manpage: ```` · -e / --exit-status: Sets the exit status of jq to 0 if the last output values was neither false nor null, 1 if the last...
[goreleaser](https://goreleaser.com) would vastly improve the workflow around cutting releases. If it can support cgo and embedding the version flag, it could probably replace the Makefile.
In the future, I'd like to have ARM for darwin and linux built into Github Actions.