An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

GQ

Go template command line filter



GitHub Release


Go Report Card

## 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).