Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 882 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 882 Bytes
neopeek-preview

🚀 neopeek  

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.

📦 Installing

🔌 Requirements

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)"