Show off your Go information with this cool command-line tool!
Report Bug ||
Request Feature
A pretty command-line "Go and System information" tool written in Go
To get a local copy up and running follow these simple steps.
- golang
- linux, android (Termux) or windows (not available for mac at the moment)
# clone and go into repo
git clone https://github.com/liamtoaldo/gofetch.git
cd gofetch/
# install
sudo install -m755 gofetch /usr/bin/gofetch
# go back and remove the download
cd ..
rm -rf gofetch/
# run
gofetch
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.
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/liamtoaldo/gofetch.git
cd gofetch/
# remove the linux executable
rm gofetch
# build
go build
# run
./gofetch
If you followed the previous steps, you just have to run the program with
gofetch # start the main program
See the open issues for a list of proposed features (and known issues).
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Me - [email protected] Project Link: https://github.com/liamtoaldo/gofetch