A system fetch utility written in Golang.
- Golang (obviously)
- Clone the repo
$ git clone https://github.com/k3yss/gofetch.git- Build the binary
$ go build- Copy the binary
$ cp gofetch /usr/local/bin/gofetch - Run
$ gofetchAdditionally you can use docker to run gofetch without installing any external dependencies.
$ docker build -t gofetch .
$ docker run -it gofetch