Skip to content

vyfor/neopeek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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