| Crates.io | mcfetch |
| lib.rs | mcfetch |
| version | 0.1.0 |
| created_at | 2024-09-28 23:15:08.932423+00 |
| updated_at | 2024-09-28 23:15:08.932423+00 |
| description | Lightweight fetching program with color options |
| homepage | |
| repository | https://github.com/dybdeskarphet/mcfetch |
| max_upload_size | |
| id | 1390413 |
| size | 86,765 |

mcfetch (monochromatic fetch) is a lightweight system information fetching program, similar to ufetch but with color options.
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/
Run mcfetch with your preferred color:
mcfetch --color <COLOR>
Example:
mcfetch --color blue
This project is licensed under the GPLv3.