a combination of neofetch and uwufetch written in go*
Find a file
TheDarkBug e52a115e99
Merge pull request #165 from Henryws/patch-2
Add link to Pacstall instructions
2021-11-25 21:56:53 +01:00
res Add iOS support (partially) 2021-11-06 00:44:08 +01:00
.gitignore Added compiled binaries to .gitignore 2021-11-01 17:00:47 +01:00
.prettierignore Added .prettierignore to avoid removing tabs in man page. 2021-04-18 23:51:32 +02:00
CONTRIBUTING.md Updated dependancies, fix #153 2021-10-30 18:32:51 +02:00
LICENSE Initial commit 2021-01-18 21:17:32 +01:00
Makefile Windows build is fully working 2021-11-01 16:48:54 +01:00
README.md Add link to Pacstall instructions 2021-11-24 23:35:37 +00:00
uwufetch.1 Add iOS support (partially) 2021-11-06 00:44:08 +01:00
uwufetch.1.gz Add iOS support (partially) 2021-11-06 00:44:08 +01:00
uwufetch.c Add iOS support (partially) 2021-11-06 00:44:08 +01:00

UwUFetch

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

Currently supported distros

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

AmogOwOS, Nyalpine, Nyarch Linuwu, ArcOwO, Nyartix Linuwu, Debinyan, endevaOwO, Fedowa, GentOwO, GnUwU gUwUix, Miwint, Myanjawo, OwOpenSUSE, Pop OwOs, RaspNyan, Swackwawe, sOwOlus, UwUntu, and OwOid; Plus Nyandroid.

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

KDE NeOwOn, nixOwOs, xuwulinux; Plus FweeBSD, OwOpenBSD, macOwOS and iOwOS; Plus WinyandOwOws.

Building and installation

Requisites

  • freecolor to get ram usage on FreeBSD.

  • xwininfo to get screen resolution.

  • viu (optional) to use images instead of ascii art (see How to use images below).

  • lshw (optional) for better accuracy on GPU info.

Via package manager

From the AUR

uwufetch

uwufetch-git

From Pacstall

pacstall -I uwufetch

From source

Build requisites:

  • Make
  • A C compiler
    • A iOS patched SDK (if you build UwUfetch under iOS device)

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       # for termux, use `make termux`

To uninstall:

cd uwufetch
sudo make uninstall

Available Make targets

make build              # builds uwufetch
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

Notice: images are currently disabled under iOS due to lack of a one command in UwUfetch code

First of all, you will need viu, which you can install by following the guide.

viu supports kitty and iTerm's image protocols. If not supported by the current terminal, viu uses the fallback Unicode half-block mode (images will look "blocky"), that is the case in many terminal emulators (gnome-terminal, Konsole, etc.). See also: viu's README.

See COPYRIGHT.md.

License

This program is provided under the GPL-3.0 License.

Contributing

All kinds of contributions are welcome, but before contributing please read CONTRIBUTING.md.