- Notifications
You must be signed in to change notification settings - Fork1
🌈 Lightweight fetching program with color options
License
dybdeskarphet/mcfetch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation

🌈 mcfetch(monochromatic fetch) is a lightweight system information fetching program, similar to ufetch but with color options.
Quickly installmcfetch
with a one-liner:
bash<(curl -L https://raw.githubusercontent.com/dybdeskarphet/mcfetch/main/install.sh)
If you have Rust and Cargo installed, you can installmcfetch
directly from Crates.io:
cargo install mcfetch
For Arch-based Linux distributions, installmcfetch from the AUR:
# For paru usersparu -S mcfetch-git# For yay usersyay -S mcfetch-git
Clone the repository, build the binary, and move it to your PATH:
git clone https://github.com/dybdeskarphet/mcfetch.gitcd mcfetchcargo build --releasesudo mv target/release/mcfetch /usr/bin/
Runmcfetch
with your preferred color:
mcfetch --color<COLOR>
Example:
mcfetch --color blue
If you installed mcfetch using theinstallation script, you can uninstall it easily:
bash<(curl -L https://raw.githubusercontent.com/dybdeskarphet/mcfetch/main/install.sh) --uninstall
This will remove the mcfetch binary from your system.
If you installed it manually or through cargo, remove it as follows:
- Cargo uninstallation:
cargo uninstall mcfetch
- Manual uninstallation:
sudo rm /usr/bin/mcfetch
- Aur uninstallation:
# For paru usersparu -R mcfetch-git# For yay usersyay -R mcfetch-git
This project is licensed under the GNU General Public License v3.0.See theLICENSE file for more details.
About
🌈 Lightweight fetching program with color options
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.