a combination of neofetch and uwufetch written in go*
Find a file
zegolem d74e395127 pkgman(): Created macro to add package counts.
This makes the code cleaner and more readable, and should make it easier
to add more package managers in the future.

I think this whole function should be refactored to use more macros, or
even one big macro that makes it so that we can add a new package
manager in a single line, rather than modifying so much of the code.
2021-03-10 17:56:38 +01:00
res New output for -l opt, new gentowo image and new -c command, to choose a custom image. 2021-03-10 13:04:07 +01:00
.gitignore Added images and IMAGES.md for credits, addedd options, use -h for a list. 2021-03-07 16:59:26 +01:00
LICENSE Initial commit 2021-01-18 21:17:32 +01:00
Makefile Fixed info printing with image mode, added (partial) termux support 2021-03-07 22:04:05 +01:00
README.md New output for -l opt, new gentowo image and new -c command, to choose a custom image. 2021-03-10 13:04:07 +01:00
uwufetch.c pkgman(): Created macro to add package counts. 2021-03-10 17:56:38 +01:00

UwUFetch

A meme system info tool for (almost) all your Linux/Unix-based systems, based on nyan/UwU trend on r/linuxmasterrace.

Currently supported distros

Nyarch Linuwu, Nyartix Linuwu, Debinyan, Fedowa, GentOwO, Miwint, Myanjawo, Pop OwOs, UwUntu, and Void; Plus Nyandroid; and FweeBSD, and OwOpenBSD.

Building and installation

Via package manager

Right now, the package is only available on the AUR.

Via source

To install UwUfetch from the source, type these commands in the terminal:

git clone https://github.com/TheDarkBug/uwufetch.git
cd uwufetch
make

To uninstall:

cd uwufetch
make uninstall
Make options:
make all                # builds and installs
make build              # builds uwueftch
make debug              # use for debug
make install            # installs uwufetch
make uninstall          # uninstalls uwufetch
make termux             # build and install for termux
make termux_uninstall   # uninstall for termux

Images

IMAGES.md

License

This program is provided under the GPL-3.0 License.