fq icon indicating copy to clipboard operation
fq copied to clipboard

jq for binary formats - tool, language and decoders for working with binary and text formats

Results 60 fq issues
Sort by recently updated
recently updated
newest added

One of reasons fq is not called bq is because i was aiming for decoding formats not only binary formats. Is "jq for formats" good or should be clearer? Suggestions...

Some work made on the FIT protocol . A test file is also added in the PR

Very interested in this project, but I often work on non-standard or proprietary formats. All of the format support thus far seems to be done at compile time with parsers...

Related to issue #23 This is a first pass, it breaks down the MBR into the code_area, the partition_table, and the signature (magic number denoting the end of the boot...

See sqlite3.{go,jq} for TODO Related to #27

TODO in top of pdf.go

["Snap"](https://en.wikipedia.org/wiki/Snap_(package_manager)) is a popular package format that enables Linux users to install and run applications cross-distro. In order to help potential users discover and use fq, it would be neat...

enhancement
help wanted
good first issue

CI env is https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md The expect test is done from here https://github.com/wader/fq/blob/master/Makefile#L24 using https://github.com/wader/fq/blob/master/pkg/cli/test.sh and https://github.com/wader/fq/blob/master/pkg/cli/test.exp. The shell script is helper around the expect script to be able to pass...