An open API service indexing awesome lists of open source software.

https://github.com/vyfor/neopeek

⚙️ Neofetch ripoff in Rust
https://github.com/vyfor/neopeek

Last synced: 12 months ago
JSON representation

⚙️ Neofetch ripoff in Rust

Awesome Lists containing this project

README

          

neopeek-preview

🚀 neopeek &nbsp


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
- **Rust**: Get it from the [official website](https://www.rust-lang.org/tools/install)

Clone the repository:
```sh
git clone https://github.com/ReBlast/neopeek.git
```

Build from project directory:
```sh
cargo build --release
```

Add the executable to your PATH:
```sh
setx /M path "%PATH%; (PATH TO .EXE FOLDER)"
```