Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/k3yss/gofetch

A system fetch utility written in golang
https://github.com/k3yss/gofetch

Last synced: about 1 month ago
JSON representation

A system fetch utility written in golang

Awesome Lists containing this project

README

        

# Gofetch

A system fetch utility written in Golang.

![image](screenshot.png)

### Prerequisites
* Golang (obviously)

### Installation

* Clone the repo
````bash
$ git clone https://github.com/k3yss/gofetch.git
````
* Build the binary
````bash
$ go build
````
* Copy the binary
````bash
$ cp gofetch /usr/local/bin/gofetch
````
* Run
````bash
$ gofetch
````
### Docker
> Additionally you can use docker to run gofetch without installing any external dependencies.
````bash
$ docker build -t gofetch .
$ docker run -it gofetch
````