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
- Host: GitHub
- URL: https://github.com/vyfor/neopeek
- Owner: vyfor
- License: mit
- Created: 2024-01-23T14:58:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T17:04:49.000Z (about 2 years ago)
- Last Synced: 2025-04-13T08:58:17.051Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🚀 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
- **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)"
```