This is a command-line interface (CLI) tool built in Golang. It provides users with various commands to retrieve system information such as CPU usage, RAM usage, disk usage, network details, and more.
To install the CLI tool, you can use the following commands:
go get -u github.com/mrkouhadi/go-cliMake sure your Go environment is properly set up.
Once installed, you can use the CLI tool with the following commands:
This application follows Semantic Versioning. The current version is 1.0.0.
To check the version of your installed go-cli
go-cli --versionTo retrieve IP addresses:
go-cli net ip -v ipv4go-cli net ip -v ipv6To retrieve network details:
go-cli net infoTo ping a URL:
go-cli net ping -u bing.comTo retrieve CPU usage details:
go-cli info cpuTo retrieve RAM usage details:
go-cli info ramTo retrieve disk usage details:
go-cli info diskTo retrieve GPU usage details:
go-cli info gpuContributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on GitHub.
This project is licensed under the MIT License.


