mcfetch

Crates.iomcfetch
lib.rsmcfetch
version0.1.0
sourcesrc
created_at2024-09-28 23:15:08.932423
updated_at2024-09-28 23:15:08.932423
descriptionLightweight fetching program with color options
homepage
repositoryhttps://github.com/dybdeskarphet/mcfetch
max_upload_size
id1390413
size86,765
Ahmet Arda Kavakcı (dybdeskarphet)

documentation

README

mcfetch

mcfetch (monochromatic fetch) is a lightweight system information fetching program, similar to ufetch but with color options.

🔧 Installation

git clone https://github.com/dybdeskarphet/mcfetch.git
cd mcfetch
cargo build --release

Move the binary to your path:

sudo mv target/release/mcfetch /usr/local/bin/

✨ Usage

Run mcfetch with your preferred color:

mcfetch --color <COLOR>

Example:

mcfetch --color blue

📜 License

This project is licensed under the GPLv3.

Commit count: 38

cargo fmt