https://github.com/pbar1/gq
Go template command line filter like sed/awk/jq
https://github.com/pbar1/gq
cli go-template shell
Last synced: 12 months ago
JSON representation
Go template command line filter like sed/awk/jq
- Host: GitHub
- URL: https://github.com/pbar1/gq
- Owner: pbar1
- License: mit
- Created: 2020-09-11T02:33:47.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-10-03T23:34:50.000Z (over 4 years ago)
- Last Synced: 2025-06-29T09:02:56.951Z (12 months ago)
- Topics: cli, go-template, shell
- Language: Go
- Homepage: https://pbar1.github.io/gq
- Size: 2.29 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GQ
Go template command line filter
## Install
### Go
Make sure your `$PATH` environment variable includes `$GOPATH/bin`.
```sh
go install github.com/pbar1/gq
```
### Docker
```sh
docker pull ghcr.io/pbar1/gq
```
### Manual
[Download the latest release here](https://github.com/pbar1/gq/releases/latest).