a combination of neofetch and uwufetch written in go*
Find a file
TheDarkBug 623590ccd8
Merge pull request #66 from Guaxinim5573/main
[FIX] Variable name in Makefile
2021-04-08 07:42:29 +02:00
res Removed IMAGES.md and finished COPYRIGHT.md, close #55. 2021-04-02 17:49:40 +02: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
CONTRIBUTING.md Added CONTRIBUTING.md, read it please. 2021-04-07 17:43:00 +02:00
LICENSE Initial commit 2021-01-18 21:17:32 +01:00
Makefile Fix variable name 2021-04-07 23:06:36 -03:00
README.md Added CONTRIBUTING.md, read it please. 2021-04-07 17:43:00 +02:00
uwufetch.c Converted all white-spaces with tabs, I'm currently planning to add a 'code of conduct' file and a 'contributing' file, to guide new contributors 2021-04-07 14:13:15 +02: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

How to use images

First at all you need viu, to install it follow the guide. Images are working in almost every terminal, for a better experience i recommend kitty

COPYRIGHT.md

License

This program is provided under the GPL-3.0 License.

Contributing

All kind of contribution are welcome, but before contributing please read CONTRIBUTING.md.