🍺 BREW Explorer

← all formulae

jqp

brew install jqp v0.8.0 MIT

TUI playground to experiment and play with jq

33
30-day installs · #5572
135
90-day · #4912
1.1k
365-day · #3627
2.8k
★ GitHub stars · updated 6mo ago

Build dependencies

go

GitHub topics

go jq tui

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "go"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "TUI playground to experiment and play with jq",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:39:04+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "jqp",
  "github_default_branch": "main",
  "github_last_commit_at": "2026-02-06T11:05:25Z",
  "github_readme_excerpt": "# jqp\n\na TUI playground for exploring jq.\n\n![jqp](https://user-images.githubusercontent.com/23270779/191256434-05aeda9d-9ee2-4b5e-a23f-6548dac08fdb.gif)\n\nThis application utilizes [itchyny\u0027s](https://github.com/itchyny) implementation of `jq` written in Go, [`gojq`](https://github.com/itchyny/gojq).\n\n## Installation\n\n### homebrew\n\n```bash\nbrew install jqp\n```\n\n### macports\n\n```bash\nsudo port install jqp\n```\n\n### Arch Linux\nAvailable through the Arch User Repository as [jqp-bin](https://aur.archlinux.org/packages/jqp-bin).\n```bash\nyay -S jqp-bin\n```\n\n### Snap install\n\u003ca href=\"https://snapcraft.io/jqp\"\u003e\u003cimg src=\"https://snapcraft.io/jqp/badge.svg\" alt=\"Snap Status\"\u003e\u003c/a\u003e\n\n```\nsudo snap install jqp\n```\n\n### GitHub releases\n\nDownload the relevant asset for your operating system from the latest GitHub release. Unpack it, then move the binary to somewhere accessible in your `PATH`, e.g. `mv ./jqp /usr/local/bin`.\n\n### Build from source\n\nClone this repository, build from source with `cd jqp \u0026\u0026 go build`, then move the binary to somewhere accessible in your `PATH`, e.g. `mv ./jqp /usr/local/bin`.\n\n## Usage\n\n```\n\u279c jqp --help\njqp is a terminal user interface (TUI) for exploring the jq command line utility.\n\nYou can use it to run jq queries interactively. If no query is provided, the interface will prompt you for one.\n\nThe command accepts an optional query argument which will be executed against the input JSON or newline-delimited JSON (NDJSON).\nYou can provide the input JSON or NDJSON either through a file or via standard input (stdin).\n\nUsage:\n  jqp [query] [flags]\n\nFlags:\n      --config string   path to config file (default is $HOME/.jqp.yaml)\n  -f, --file string     path to the input JSON file\n  -h, --help            help for jqp\n  -t, --theme string    jqp theme\n  -v, --version         version for jqp\n```\n\n`jqp` also supports input from STDIN. STDIN takes precedence over the command-line flag. Additionally, you can pass an optional query argument to jqp that it will execut",
  "github_repo": "noahgorstein/jqp",
  "github_stars": 2816,
  "github_topics": [
    "go",
    "jq",
    "tui"
  ],
  "homepage": "https://github.com/noahgorstein/jqp",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 33,
  "installs_365d": 1137,
  "installs_90d": 135,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "jqp",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 5572,
  "rank_365d": 3627,
  "rank_90d": 4912,
  "raw_hash": "5aea86146b18b026",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/j/jqp.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "0.8.0",
  "versioned_formulae": [],
  "why_use_this": null
}