macOS
brew install jqfmtlocal Homebrew formula metadata
brew / rank 8938
Opinionated formatter for jq. Version 0.1.0 via Homebrew; verified 2026-07-25. Also installable with nix: nix profile install nixpkgs#jqfmt.
install
brew install jqfmtlocal Homebrew formula metadata
nix profile install nixpkgs#jqfmtnixpkgs package indexes · pkgs/by-name/jq/jqfmt/package.nix · source: api.github.com
overview
Opinionated formatter for jq
history
jqfmt is a small Go command-line formatter for jq programs, built for the practical problem of reading long shell one-liners that contain dense jq expressions.
The README describes jqfmt as an opinionated formatter written after the author found long jq-heavy shell snippets difficult to inspect. Its implementation began from code taken out of itchyny/gojq's query parser because gojq did not expose the parser and AST walking API the author wanted.
Adoption evidence is modest and package-manager oriented: Homebrew packages jqfmt from its v0.1.0 GitHub tag, and the input batch also records Nix packaging. Homebrew analytics for the formula showed 92 installs over the 365-day window reported by the formula API on 2026-07-01.
jqfmt reads jq expressions from a file or standard input and adds line breaks around selected structures such as objects, arrays, pipes, and operators. It is meant as a readability tool rather than a replacement for jq itself.
The tool is notable because jq has many linters, wrappers, and JSON formatters, but fewer dedicated formatters for jq's own query language. jqfmt also illustrates a common small-tool pattern: extract just enough parser machinery from an implementation such as gojq to make a narrow CLI utility.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
jqfmt | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:jqfmt |
|---|---|
| Version | 0.1.0 |
| Package manager | Homebrew |
| Homepage | https://github.com/noperator/jqfmt |
| Repository | https://github.com/noperator/jqfmt |
| Last updated | 2026-07-25T20:58:05-04:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
jqfmt
nix profile install nixpkgs#jqfmtsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.