- This tool is made to work like the
htop
utility of linux and due to fact that it is built in Golang, it can be used across various platform.
- make directory
mkdir systeminfo
cd systeminfo
- get the code
git clone https://github.com/Adityasinghvats/system-info-cli.git
- get dependencies
go mod tidy
- run the code
go build main.go
./main