This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathuwufetch.1
134 lines (134 loc) · 3.85 KB
/
uwufetch.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
.\" A little documentation for future use
.\" This a comment
.\" TH request sets the title of the man page and the section (between 1 and 8)
.\" SH is a primary section heading
.\" TP sets up an indented paragraph with label
.\" B makes text appear in bold face
.\" I makes text appear in italic face
.\" inline versions would look like \fBthis\fR and \fIthis\fR
.\" EX and EE surrounds example section with text as is, with no empty lines in between the actual lines
.TH UWUFETCH 1 "{DATE}" "{UWUFETCH_VERSION}" "A meme system info tool for Linux"
.SH DESCRIPTION
UwUfetch is a program inspired by neofetch and ufetch, that takes system information and prints it in terminal in an UwU way, with either UwU ascii or image logo.
.SH SYNOPSYS
\fBuwufetch\fR [\fIOPTIONS\fR] [\fIARGUMENTS\fR]
.SH OPTIONS
.TP
.B -c --config
you can change config path
.TP
.B -d --distro
lets you choose the logo to print based on the distribution name
.TP
.B -h --help
prints the help page
.TP
.B -i --image
prints image instead of ascii logo uses a custom image if one is provided (disabled on iOS)
works in most terminals, read README.md for more info
.TP
.B -l --list
prints a list of all supported distributions
.TP
.B -r --read-cache
reads the cache file (~/.cache/uwufetch.cache)
.TP
.B -v --version
prints the current uwufetch version
.TP
.B -w --write-cache
writes to the cache file (~/.cache/uwufetch.cache)
.SH CONFIGURATION
The system-wide config file is /etc/uwufetch/config, and you can use it to configure uwufetch globally or as a template for your own config.
The user config file is located in $HOME/.config/uwufetch/config (you need to create it), but you can change the path by using the \fB--config\fR option.
.TP
.SH EXAMPLE
.EX
#distro=arch
#image=~/Pictures/picture.png
user=true
os=true
host=true
kernel=true
cpu=true
gpu=1 # disables the gpu[1] (array goes from 0 to 255)
gpus=true # enables all gpus (except 1 that got disabled before)
ram=true
resolution=false
shell=true
pkgs=true
uptime=true
colors=true
.EE
.SH SUPPORTED DISTRIBUTIONS
Distribution name -d \fBoption\fR
.TP
.SH FULLY SUPPORTED
.EX
AmogOwOs \fBamogos\fR
Nyalpine \fBalpine\fR
Nyarch Linuwu \fBarch\fR
ArcOwO Linuwu \fBarcolinux\fR
Nyartix Linuwu \fBartix\fR
Debinyan \fBdebian\fR
endeavOwO \fBendeavour\fR
Fedowa \fBfedora\fR
GentOwO \fBgentoo\fR
GnUwU gUwUix \fBguix\fR
Miwint \fBlinuxmint\fR
Myanjawo \fBmanjaro\fR
Myanjawo AWM \fBmanjaro-arm\fR
OwOpenSUSE \fBopensuse-leap\fR
Pop OwOs \fBpop\fR
RaspNyan \fBraspbian\fR
Swackwawe \fBslackware\fR
sOwOlus \fBsolus\fR
UwUntu \fBubuntu\fR
OwOid \fBvoid\fR
Nyandroid \fBandroid\fR
Unknown (tux logo) \fBunknown\fR
.EE
.TP
.SH IMAGE OR ASCII ONLY
.EX
Dewepyn \fBdeepin\fR
FemboyOWOS \fBfemboyos\fR
KDE NeOwOn \fBneon\fR
nixOwOs \fBnixos\fR
xuwulinux \fBxerolinux\fR
Wocky Linuwu \fBrocky\fR
FweeBSD \fBfreebsd\fR
OwOpenBSD \fBopenbsd\fR
macOwOS \fBmacos\fR
iOwOS \fBios\fR
WinyandOwOws \fBwindows\fR
.EE
.SH EXAMPLES
.EX
uwufetch -d arch # uses ascii Arch logo
uwufetch -i some_image.png # prints custom image (no full path is needed)
uwufetch -id artix # uses Artix image logo (which is also uwu)
.EE
.SH DEPENDENCIES
.TP 8
.B freecolor
ram usage on FreeBSD
.TP
.B libc (required)
glibc on gnu systems or musl on non-gnu systems
.TP
.B viu
print images instead of ascii logo
.TP
.B xwininfo
get screen resolution
.TP
.B lshw
better gpu info
.TP
.B kitty
better image viewing
.P
All of these dependencies are optional. There are no required dependencies (except libc).
.SH LICENSE AND COPYRIGHT
uwufetch is provided under the GPL3 license, for copyright info read https://github.com/TheDarkBug/uwufetch/tree/main/res/COPYRIGHT.md.