Skip to content
Mikhail Savin edited this page Jan 22, 2025 · 2 revisions

Welcome to the gch wiki!

gch – is my personal Go CLI Helper!

Installation

For installation you need to load latest version from Release page and download version for you platform.

Another way is usage go install:

# Get latest version from CLI
VERSION=`curl -sSL https://api.github.com/repos/jtprogru/gch/releases/latest -s | jq .name -r`
go install github.com/jtprogru/gch@$VERSION
Clone this wiki locally