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.gitBuild from project directory:
cargo build --releaseAdd the executable to your PATH:
setx /M path "%PATH%; (PATH TO .EXE FOLDER)"