CLI tool for quickly obtaining system information in a fancy way
Note
This is a fan project made in Rust, created solely for learning purposes.
Currently only Windows is supported as the program relies on wmic
.
- Rust: Get it from the official website
Clone the repository:
git clone https://github.com/ReBlast/neopeek.git
Build from project directory:
cargo build --release
Add the executable to your PATH:
setx /M path "%PATH%; (PATH TO .EXE FOLDER)"