Skip to content

k3yss/gofetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gofetch

A system fetch utility written in Golang.

image

Prerequisites

  • Golang (obviously)

Installation

  • 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
$ gofetch

Docker

Additionally you can use docker to run gofetch without installing any external dependencies.

$ docker build -t gofetch .
$ docker run -it gofetch