Fetch is a system information tool design to operate in the command-line interface and created using Golang. It's primary function is to present information about your hardware, software, and operating system in an aesthetically pleasing manner.
While there are other diagnostic tools available for system statistics, Fetch emphazises speed, simplicity and visual appeal to be used for creating system screenshots that other users may want to view. This project is currently in its early development stage, and user feedback and contributions are highly appreciated and valued.
Install Go if you don't have it.
- Install dependencies (default: Arch Linux)
sudo pacman -S gccgo golang pciutils xorg-xprop
- Clone this repo :
git clone github.com/the01rch/fetch
- Go to the directory :
cd fetch
- Build and install it with :
sudo make install
- Uninstall :
sudo make uninstall
fetch