Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🌈 Lightweight fetching program with color options

License

NotificationsYou must be signed in to change notification settings

dybdeskarphet/mcfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VersionAUR VersionCrates.io Version

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


Installation

Usage

Uninstallation

🔧 Installation

Using Installation Script

Quickly installmcfetch with a one-liner:

bash<(curl -L https://raw.githubusercontent.com/dybdeskarphet/mcfetch/main/install.sh)

From crates.io

If you have Rust and Cargo installed, you can installmcfetch directly from Crates.io:

cargo install mcfetch

From the Arch User Repository (AUR)

For Arch-based Linux distributions, installmcfetch from the AUR:

# For paru usersparu -S mcfetch-git# For yay usersyay -S mcfetch-git

Manual Installation

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/

✨ Usage

Runmcfetch with your preferred color:

mcfetch --color<COLOR>

Example:

mcfetch --color blue

🚮 Uninstallation

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

📜 License

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

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp