PackageTrack
Sign in Get early access

github.com/noahgorstein/jqp

v0.8.0 #477 most downloaded on Go modules noahgorstein/jqp

What this package is like to depend on

Last release 11 months ago

28 Sep 2025

Release timing varies

gaps range from 8 days to 8 months

Nearly every release is documented

notes for 8 of 8 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

21 releases · first in 2022

1 release in the last 12 months

see the full history below

Release timeline

21 releases · Sep 2022 to Sep 2025
2023 2024 2025 2026
Release Pre-release

Releases

latest 21
  1. v0.8.0 28 Sep 2025
    Release notes

    Overview

    Small release - adds a new keybinding Ctrl-t to toggle hiding/showing the input panel.

    Changelog

    • 135b8f8 Remove Homebrew tap publishing & update docs (#180)
    • 9b6f7f8 chore(deps): bump actions/checkout from 2 to 5 (#160)
    • 3f90933 chore(deps): bump actions/setup-go from 5 to 6 (#170)
    • 2855c2f chore(deps): bump crate-ci/typos from 1.22.1 to 1.24.5 (#123)
    • 90460d0 chore(deps): bump crate-ci/typos from 1.24.5 to 1.36.2 (#171)
    • e36f8a5 chore(deps): bump crate-ci/typos from 1.36.2 to 1.36.3 (#181)
    • 6727dfc chore(deps): bump github.com/alecthomas/chroma/v2 from 2.14.0 to 2.20.0 (#156)
    • 43cec00 chore(deps): bump github.com/charmbracelet/bubbles from 0.18.0 to 0.19.0 (#113)
    • dbe0ff7 chore(deps): bump github.com/charmbracelet/bubbles from 0.20.0 to 0.21.0 (#141)
    • 5b240b6 chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.4 to 1.3.4 (#120)
    • 1e501b6 chore(deps): bump github.com/charmbracelet/bubbletea from 1.3.4 to 1.3.10 (#179)
    • 4fb9370 chore(deps): bump github.com/charmbracelet/lipgloss (#112)
    • 81648bd chore(deps): bump github.com/itchyny/gojq from 0.12.16 to 0.12.17 (#128)
    • 55636e8 chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#98)
    • 7d3bb80 chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#167)
    • 61be5e8 chore(deps): bump github.com/spf13/viper from 1.19.0 to 1.21.0 (#178)
    • 6833e16 chore(deps): bump golangci/golangci-lint-action from 6 to 8 (#147)
    • efffacd chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (#91)
    • c0c3a85 chore: prep v0.8.0 release (#183)
    • 141f5b4 chore: update goreleaser config to v2 (#126)
    • e7076e0 feat: add keybinding (Ctrl+t) to toggle showing/hiding the input data (#182)
    • a75e3e7 feat: create working snap package (#117)
    • eb2bb34 fix: use json.Number to preserve numeric precision (#127)
    Open source →
  2. v0.7.1-0.20250316211606-eb2bb34433dd 16 Mar 2025 pre-release

    Nothing published for this version

  3. v0.7.1-0.20240912162048-a75e3e782aa7 12 Sep 2024 pre-release

    Nothing published for this version

  4. v0.7.0 09 Jun 2024
    Release notes

    Overview

    Mostly small bug fixes and some performance improvements.

    One new feature added is the ability to specify an optional query argument to jqp cli that it will execute on startup.

    curl "https://api.github.com/repos/jqlang/jq/issues" | jqp '.[] | {"title": .title, "url": .url}'
    
    Screen.Recording.2024-06-09.at.6.14.53.PM.mov

    @EmilyGraceSeville7cf also added a JSON schema for jqp's config which should help users create and edit their config files.

    What's Changed

    • typos suggestion by @ccoVeille in #59
    • code review by @ccoVeille in #61
    • Add Continuous Integration to GitHub actions by @ccoVeille in #63
    • Add GitHub actions for checking typos by @ccoVeille in #62
    • Add dependabot to GitHub Action by @ccoVeille in #64
    • chore: address golangci-lint issues by @noahgorstein in #74
    • chore(deps): bump github.com/itchyny/gojq from 0.12.13 to 0.12.15 by @dependabot in #72
    • chore(deps): bump github.com/alecthomas/chroma/v2 from 2.12.0 to 2.13.0 by @dependabot in #73
    • chore(deps): bump github.com/charmbracelet/bubbles from 0.16.1 to 0.18.0 by @dependabot in #71
    • chore(deps): bump github.com/charmbracelet/lipgloss from 0.8.0 to 0.10.0 by @dependabot in #70
    • chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.8.0 by @dependabot in #69
    • chore(deps): bump github.com/spf13/viper from 1.13.0 to 1.18.2 by @dependabot in #68
    • chore(deps): bump github.com/charmbracelet/bubbletea from 0.24.1 to 0.26.2 by @dependabot in #67
    • chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #66
    • chore: upgrade to go v1.22 by @noahgorstein in #75
    • refactor: reduce complexity of various methods/functions by @noahgorstein in #76
    • feat: add optional cli argument to specify initial query by @noahgorstein in #77
    • bug: dont set viewport content on resize by @noahgorstein in #79
    • chore(deps): bump github.com/itchyny/gojq from 0.12.15 to 0.12.16 by @dependabot in #85
    • chore(deps): bump github.com/alecthomas/chroma/v2 from 2.13.0 to 2.14.0 by @dependabot in #80
    • chore(deps): bump github.com/charmbracelet/lipgloss from 0.10.0 to 0.11.0 by @dependabot in #82
    • chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 by @dependabot in #84
    • chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.2 to 0.26.4 by @dependabot in #83
    • fix: revert to lipgloss v0.10.0 temporarily by @noahgorstein in #87
    • fix: don't block while inputdata bubble initializes by @noahgorstein in #86
    • fix: nil pointer dereference as a result of accessing state before queryinput initialized by @noahgorstein in #90
    • fix: dynamically increase buffer size to handle processing large JSON lines by @noahgorstein in #93
    • chore(deps): bump github.com/charmbracelet/lipgloss from 0.10.0 to 0.11.0 by @dependabot in #89
    • chore(deps): bump crate-ci/typos from 1.21.0 to 1.22.1 by @dependabot in #92
    • feat: implement json schema for config by @EmilyGraceSeville7cf in #78
    • chore: prep v0.7.0 release by @noahgorstein in #94

    New Contributors

    Full Changelog: v0.6.0...v0.7.0

    Open source →
  5. v0.6.1-0.20240609220707-88c2445d6ecf 09 Jun 2024 pre-release

    Nothing published for this version

  6. v0.6.1-0.20240522020759-009017dcebc0 22 May 2024 pre-release

    Nothing published for this version

  7. v0.6.1-0.20240514022043-4705a22056a0 14 May 2024 pre-release

    Nothing published for this version

  8. v0.6.0 05 May 2024
    Release notes

    Maybe the most notable update here is the support for newline-delimited JSON (also known as NDJSON or JSON-lines) as input to jqp.

    Example input:

    {"name": "Gilbert", "wins": [["straight", "7♣"], ["one pair", "10♥"]]}
    {"name": "Alexa", "wins": [["two pair", "4♠"], ["two pair", "9♠"]]}
    {"name": "May", "wins": []}
    {"name": "Deloise", "wins": [["three of a kind", "5♣"]]}
    

    jqp:

    Also some new catppuccin 🎨 themes added by @noahmayr (see catppuccin-macchiato in use in above screenshot) and a nice way to save jqp output to the clipboard when no file is provided when saving the output @rvictorino.

    What's Changed

    New Contributors

    Full Changelog: v0.5.0...v0.6.0

    Open source →
  9. v0.5.1-0.20240505202835-16ccec44b542 05 May 2024 pre-release

    Nothing published for this version

  10. v0.5.1-0.20240331134421-5547eff91502 31 Mar 2024 pre-release

    Nothing published for this version

  11. v0.5.1-0.20240117032149-8e3b58efea86 17 Jan 2024 pre-release

    Nothing published for this version

  12. v0.5.0 18 Sep 2023
    Release notes

    Highlights

    Mostly a maintenance release but also adds support for overriding non-syntax highlighting elements of the theme. Thanks @mluna-again!

    Details can be found here in the readme: https://github.com/noahgorstein/jqp#chroma-style-overrides

    Changelog

    • 6ab4a43 chore: bump go version, bubbles, bubbletea, gojq, termenv (#42)
    • 4d8a6ed chore: prep v0.5.0 release (#44)
    • d1791f3 chore: update go releaser config and release gh action (#43)
    • fe7b5c2 docs(README): add keybindings for cycling through query history (#38)
    • 304eacc feat: custom themes (#40)
    Open source →
  13. v0.4.1-0.20230918015327-4d8a6ed77d69 18 Sep 2023 pre-release

    Nothing published for this version

  14. v0.4.1-0.20230107230600-fe7b5c270891 07 Jan 2023 pre-release

    Nothing published for this version

  15. v0.4.0 07 Jan 2023
    Release notes

    Highlights

    • Add basic command history. Pressing / while the query section is active should cycle through your queries, similar to how one would cycle through past commands in you shell history.
    • Adds the ability to override specific parts of the Chroma themes available for use. See Available Configuration Options for additional details and an example.

    Changelog

    • b73ad78 config: option for overrides to chroma styles (#32)
    • 968696b feat: add basic command history (#33)

    Breaking Changes

    • Remove file option from config file options
    • Move theme option to theme.name in config file options
    Open source →
  16. v0.3.0 02 Oct 2022
    Release notes

    Highlights

    • Adds the ability for a user to configure jqp with a configuration file.
    • Introduces over 40+ light and dark themes for jqp.
    • Adds the ability to cancel a running query. Thanks @itchyny

    Changelog

    • b58f98d README: fix the id of gojq author (#18)
    • ad42781 chore: refactor logic for resizing bubbles (#22)
    • e3f9f08 chore: refactor updating section border colors and help state (#20)
    • 8225e54 feat: add additional themes available in Chroma (#25)
    • fec34da feat: add support for aborting running query (#19)
    • 92ce6ee feat: add support for themes and specifying configuration via file (#21)
    • f3445e3 ui: put space in between input/output on odd terminal width (#23)
    • d028198 v0.3.0 (#26)
    Open source →
  17. v0.2.1-0.20220925024943-e8262b879291 25 Sep 2022 pre-release

    Nothing published for this version

  18. v0.2.0 25 Sep 2022
    Release notes

    Small fixes and 2 new small features:

    1. shift+tab to cycle through sections in reverse order. Thanks @NiloCK
    2. ctrl+y to copy the query to system clipboard

    Changelog

    • 95aac7d README: add MacPorts install info (#8)
    • 56f4278 Update README demo gif
    • 5e9141e add installation instructions to README
    • 52f893b chore: bump Bubbles version (#12)
    • 858ad66 feat: add support for copying query to system clipboard (#7)
    • 4519fd9 feat: shifttab to cycle through sections in reverse
    • 937b0ef fix: layout gets into messy state if help menu overflows to more than 1 line (#10)
    • 6defb0e fix: query input cursor not blinking when it should (#15)
    • 4539de2 v0.2.0 (#16)
    Open source →
  19. v0.1.1-0.20220919205005-5e9141efd785 19 Sep 2022 pre-release

    Nothing published for this version

  20. v0.1.0 19 Sep 2022
    Release notes

    Changelog

    Open source →
  21. v0.0.0-20230918015327-4d8a6ed77d69 18 Sep 2023 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive