Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Apr 23, 2024. It is now read-only.
/uwufetchPublic archive

A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.

License

NotificationsYou must be signed in to change notification settings

ad-oliviero/uwufetch

Repository files navigation

On 23th of April 2024, I archived this repository. Additional details in#257

UwUFetch

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

Contributing

All kinds of contributions are welcome, but before contributingplease readCONTRIBUTING.md.

NOTE:

Every contribution should be pushed todevelopment.

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)

Dewepyn, FemboyOWOS, KDE NeOwOn, nixOwOs, xuwulinux, Wocky Linuwu; Plus FweeBSD, OwOpenBSD, macOwOS and iOwOS; Plus WinyandOwOws.

Building and installation

Build and Run

Requisites

Via package manager

Arch (Official Repos)

uwufetch

From the AUR

uwufetch-git

FromPacstall

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.gitcd uwufetchmake build# add "CFLAGS+=-D__IPHONE__" if you are building for iOSsudo make install

To uninstall:

cd uwufetchsudo make uninstall

Available Make targets

make build# builds uwufetch and libfetchmake lib# builds only libfetchmake debug# use for debugmake install# installs uwufetch (needs root permissons)make uninstall# uninstalls uwufetch (needs root permissons)make clean# removes all build outputmake man# compiles man pagemake man_debug# compiles man page and shows 'man' output

Images and copyright info

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 needviu, which you can install by following theguide.

viu supportskitty andiTerm'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.

LibFetch

How to use

The first thing needed is to compile the library (same instructions as the simple binary).Now you can use the library just as in the example:

superfetch.c

#include<fetch.h>#include<stdio.h>intmain() {printf("%s\n",get_info().cpu_model);}

And then compile and run with

$ gcc superfetch.c -lfetch -o superfetch$ ./superfetchIntel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz

Issues

MOWODEL showingTo Be Filled By O.E.M.

This happens when your computer hasn't had anyOEM info filled in (habitually by the manufacturer).While you could fill it yourself with your own custom info too, you can also disable the part of uwufetch which display this line.Edit [.config/uwufetch/config] and addhost=false.

For copyright and logos info

SeeCOPYRIGHT.md.

License

This program is provided under theGPL-3.0 License.

About

A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp