a combination of neofetch and uwufetch written in go*
Find a file
TheDarkBug 383abb2aa0
Merge pull request #53 from dqnk/main
fixing issues with printing of gpus, fixed #54
2021-03-22 00:28:22 +01:00
res New ascii owosuse (I'm not an artist, so i created a minster), closed #44. 2021-03-18 23:22:12 +01:00
.gitignore Finally fixed ram issue (no one noticed anyway), general optimization and now completely bash-free (except pkgman() obviously) 2021-03-11 22:39:16 +01:00
LICENSE Initial commit 2021-01-18 21:17:32 +01:00
Makefile Replaced with (line 180), trying to fix #43 2021-03-17 10:38:48 +01:00
README.md README change 2021-03-19 16:54:35 -05:00
uwufetch.c solved issue #54 2021-03-21 21:07:09 +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

Full support (Both Ascii art + images are provided for the given distribution)

Nyalpine, Nyarch Linuwu, Nyartix Linuwu, Debinyan, Fedowa, GentOwO, Miwint, Myanjawo, OwOpenSUSE, Pop OwOs, RaspNyan, UwUntu, and OwOid; Plus Nyandroid.

Partial support (Either no Ascii art, or no image is provided)

endeavOwO, KDE NeOwOn, nixOwOs, Swackwawe, sOwOlus; Plus FweeBSD, and OwOpenBSD

Building and installation

Requisites

viu to use images instead of ascii art.

lshw to get gpu info.

Via package manager

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

uwufetch

uwufetch-git

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 build
sudo make install

To uninstall:

cd uwufetch
sudo make uninstall
Make options:
make build              # builds uwueftch
make debug              # use for debug
make install            # installs uwufetch (needs root permissons)
make uninstall          # uninstalls uwufetch (needs root permissons)
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.