Categorygithub.com/orlandorode97/gofetch
module
0.5.0
Repository: https://github.com/orlandorode97/gofetch.git
Documentation: pkg.go.dev

# README

gofetch

gofetch is an alternative neofetch, screenfetch, and pfetch CLI tool that retrieves the current operative system information.

Note ⚠️

Before getting started is important that your current terminal supports UTF-8, otherwise, the gopher of the gofetch tool will not be encoded causing some inconsistencies.

Getting started

To have gofetch in your machine follow the next steps:

  1. Clone the project under the $GOPATH.
$ git clone https://github.com/orlandorode97/gofetch.git
  1. The project contains a Makefile with built-in commands to create the binary for your current os and architecture.
  2. Type the command to build the project.
  • build
  1. Example
    $ make build
    --> Building gofetch binary for linux:amd64
    --> gofetch for linux:amd64 built at /usr/home/orlandoromo/go/src/gofetch
    
  2. The previous command generates the binary gofetch at the root of the project. Copy it to the folder under /usr/local/bin either on linux or mac:
$ sudo cp gofetch /usr/local/bin
  1. Go for it: Screen Shot 2022-02-14 at 15 43 03

# Packages

No description provided by the author
No description provided by the author
No description provided by the author