/cfetch

A blazing fast fetch program written in C

Primary LanguageCGNU General Public License v3.0GPL-3.0


cfetch
cfetch

A blazing fast fetch program written in C.

License Buy Me A Coffee Give me a Star

How to InstallHow to UseFetch CapabilitiesDependenciesThanks toLicense

💾 How to Install

Note: a good practice is to clone the repo at $HOME/.local/src/.

$ git clone https://github.com/gabrielzschmitz/cfetch.git
$ cd cfetch
$ sudo make

🚀 How to Use

$ cfetch

To run it everytime you open a terminal you can call it at your shell config:

$ echo "cfetch" >> $HOME/.bashrc
$ echo "cfetch" >> $HOME/.zshrc
$ echo "cfetch" >> $HOME/.config/fish/config.fish

🎨 Fetch Capabilities

It can fetches:

  • Distribution
  • Kernel
  • Uptime
  • Window Manager
  • Shell
  • Terminal Colors

⚓ Dependencies

Note: only compatible with linux.

🙌 Thanks to

  • matyklug18 - By creating the base for that program

📜 License

This software is licensed under the GPL-3 license.