Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2024-06-09 | 721 Bytes | |
jqp_Darwin_arm64.tar.gz | 2024-06-09 | 4.3 MB | |
jqp_Darwin_x86_64.tar.gz | 2024-06-09 | 4.6 MB | |
jqp_Windows_arm64.tar.gz | 2024-06-09 | 4.2 MB | |
jqp_Windows_i386.tar.gz | 2024-06-09 | 4.3 MB | |
jqp_Linux_arm64.tar.gz | 2024-06-09 | 4.2 MB | |
jqp_Linux_i386.tar.gz | 2024-06-09 | 4.1 MB | |
jqp_Linux_x86_64.tar.gz | 2024-06-09 | 4.5 MB | |
jqp_Windows_x86_64.tar.gz | 2024-06-09 | 4.6 MB | |
README.md | 2024-06-09 | 4.7 kB | |
v0.7.0 source code.tar.gz | 2024-06-09 | 30.3 kB | |
v0.7.0 source code.zip | 2024-06-09 | 45.0 kB | |
Totals: 12 Items | 34.8 MB | 0 |
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}'
https://github.com/noahgorstein/jqp/assets/23270779/735cf84a-dc6f-41e8-9659-5022a4937046
@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 https://github.com/noahgorstein/jqp/pull/59
- code review by @ccoVeille in https://github.com/noahgorstein/jqp/pull/61
- Add Continuous Integration to GitHub actions by @ccoVeille in https://github.com/noahgorstein/jqp/pull/63
- Add GitHub actions for checking typos by @ccoVeille in https://github.com/noahgorstein/jqp/pull/62
- Add dependabot to GitHub Action by @ccoVeille in https://github.com/noahgorstein/jqp/pull/64
- chore: address golangci-lint issues by @noahgorstein in https://github.com/noahgorstein/jqp/pull/74
- chore(deps): bump github.com/itchyny/gojq from 0.12.13 to 0.12.15 by @dependabot in https://github.com/noahgorstein/jqp/pull/72
- chore(deps): bump github.com/alecthomas/chroma/v2 from 2.12.0 to 2.13.0 by @dependabot in https://github.com/noahgorstein/jqp/pull/73
- chore(deps): bump github.com/charmbracelet/bubbles from 0.16.1 to 0.18.0 by @dependabot in https://github.com/noahgorstein/jqp/pull/71
- chore(deps): bump github.com/charmbracelet/lipgloss from 0.8.0 to 0.10.0 by @dependabot in https://github.com/noahgorstein/jqp/pull/70
- chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.8.0 by @dependabot in https://github.com/noahgorstein/jqp/pull/69
- chore(deps): bump github.com/spf13/viper from 1.13.0 to 1.18.2 by @dependabot in https://github.com/noahgorstein/jqp/pull/68
- chore(deps): bump github.com/charmbracelet/bubbletea from 0.24.1 to 0.26.2 by @dependabot in https://github.com/noahgorstein/jqp/pull/67
- chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in https://github.com/noahgorstein/jqp/pull/66
- chore: upgrade to go v1.22 by @noahgorstein in https://github.com/noahgorstein/jqp/pull/75
- refactor: reduce complexity of various methods/functions by @noahgorstein in https://github.com/noahgorstein/jqp/pull/76
- feat: add optional cli argument to specify initial query by @noahgorstein in https://github.com/noahgorstein/jqp/pull/77
- bug: dont set viewport content on resize by @noahgorstein in https://github.com/noahgorstein/jqp/pull/79
- chore(deps): bump github.com/itchyny/gojq from 0.12.15 to 0.12.16 by @dependabot in https://github.com/noahgorstein/jqp/pull/85
- chore(deps): bump github.com/alecthomas/chroma/v2 from 2.13.0 to 2.14.0 by @dependabot in https://github.com/noahgorstein/jqp/pull/80
- chore(deps): bump github.com/charmbracelet/lipgloss from 0.10.0 to 0.11.0 by @dependabot in https://github.com/noahgorstein/jqp/pull/82
- chore(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 by @dependabot in https://github.com/noahgorstein/jqp/pull/84
- chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.2 to 0.26.4 by @dependabot in https://github.com/noahgorstein/jqp/pull/83
- fix: revert to lipgloss v0.10.0 temporarily by @noahgorstein in https://github.com/noahgorstein/jqp/pull/87
- fix: don't block while inputdata bubble initializes by @noahgorstein in https://github.com/noahgorstein/jqp/pull/86
- fix: nil pointer dereference as a result of accessing state before queryinput initialized by @noahgorstein in https://github.com/noahgorstein/jqp/pull/90
- fix: dynamically increase buffer size to handle processing large JSON lines by @noahgorstein in https://github.com/noahgorstein/jqp/pull/93
- chore(deps): bump github.com/charmbracelet/lipgloss from 0.10.0 to 0.11.0 by @dependabot in https://github.com/noahgorstein/jqp/pull/89
- chore(deps): bump crate-ci/typos from 1.21.0 to 1.22.1 by @dependabot in https://github.com/noahgorstein/jqp/pull/92
- feat: implement json schema for config by @EmilyGraceSeville7cf in https://github.com/noahgorstein/jqp/pull/78
- chore: prep v0.7.0 release by @noahgorstein in https://github.com/noahgorstein/jqp/pull/94
New Contributors
- @ccoVeille made their first contribution in https://github.com/noahgorstein/jqp/pull/59
- @dependabot made their first contribution in https://github.com/noahgorstein/jqp/pull/72
- @EmilyGraceSeville7cf made their first contribution in https://github.com/noahgorstein/jqp/pull/78
Full Changelog: https://github.com/noahgorstein/jqp/compare/v0.6.0...v0.7.0