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
Built With
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
- golang
- linux (it's not available for windows yet)
Installation
# 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
Usage
If you followd 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.
- 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
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
gyro - [email protected] Project Link: https://github.com/Gyro7/gofetch