Alternatives to fq

Queries binary file formats with jq syntax and a structural hex viewer. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as fq.

  • hexyl

    Inspect file bytes in a color-coded terminal hex view.

    hexyl shows file bytes in a color-coded terminal hex view without decoding formats or supporting jq-style queries, so it is simpler but less structural.

Similar software

Related functionality, not a direct replacement.