Gyro7 / gofetch

Gofetch is a pretty command-line "Go and System information" tool written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License


Logo

GoFetch

Show off your Go information with this cool command-line tool!

Report Bug || Request Feature

Table of Contents

About The Project


A pretty command-line "Go and System information" tool written in Go

example

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • golang
  • linux, android (Termux) or windows (not available for mac at the moment)

Installation

Linux

# clone and go into repo
git clone https://github.com/Gyro7/gofetch.git
cd gofetch/
# install
sudo install -m755 gofetch /usr/bin/gofetch
# go back and remove the download
cd ..
rm -rf gofetch/
# run
gofetch

Windows

Open start menu,
1. Type Edit environment variables
2. Open the option Edit the system environment variables
3. Click Environment variables... button
4. There you see two boxes, in System Variables box find path variable
5. Click Edit
6. a window pops up, click New
7. Type the Directory path of gofetch.exe (Directory means exclude the file name from path)
8. Click Ok on all open windows and restart the command prompt.

Android

The only way to use gofetch for android if not having root access is building from source.
If you have root access just follow the Linux Installation

# clone and go into repo
git clone https://github.com/Gyro7/gofetch.git
cd gofetch/
# remove the linux executable
rm gofetch
# build
go build
# run
./gofetch

Usage

If you followed the previous steps, you just have to run the program with

gofetch # start the main program

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

gyro - gyroo@tuta.io Project Link: https://github.com/Gyro7/gofetch

Acknowledgements

About

Gofetch is a pretty command-line "Go and System information" tool written in Go

License:MIT License


Languages

Language:Go 100.0%