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-cli
Make 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 --version
To retrieve IP addresses:
go-cli net ip -v ipv4
go-cli net ip -v ipv6
To retrieve network details:
go-cli net info
To ping a URL:
go-cli net ping -u bing.com
To retrieve CPU usage details:
go-cli info cpu
To retrieve RAM usage details:
go-cli info ram
To retrieve disk usage details:
go-cli info disk
To retrieve GPU usage details:
go-cli info gpu
Contributions 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.