Skip to content

dybdeskarphet/mcfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

38 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

mcfetch

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

πŸ”§ Installation

From crates.io

You can install mcfetch directly from Crates.io if you have Rust and Cargo installed:

cargo install mcfetch

Manually

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.