You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: uwufetch.1
+22-14Lines changed: 22 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,13 @@
7
7
.\" I makes text appear in italic face
8
8
.\" inline versions would look like \fBthis\fR and \fIthis\fR
9
9
.\" EX and EE surrounds example section with text as is, with no empty lines in between the actual lines
10
-
.TH UWUFETCH 1 "27 August 2021" "1.4" "A meme system info tool for Linux"
10
+
.TH UWUFETCH 1 "{DATE}" "{UWUFETCH_VERSION}" "A meme system info tool for Linux"
11
11
.SH DESCRIPTION
12
12
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.
13
13
.SH SYNOPSYS
14
14
\fBuwufetch\fR [\fIOPTIONS\fR] [\fIARGUMENTS\fR]
15
15
.SH OPTIONS
16
16
.TP
17
-
.B-a--ascii
18
-
prints the logo as ascii text (default)
19
-
.TP
20
17
.B-c--config
21
18
you can change config path
22
19
.TP
@@ -33,23 +30,22 @@ works in most terminals, read README.md for more info
reads from the cache file (~/.cache/uwufetch.cache)
44
41
.SH CONFIGURATION
45
42
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.
46
43
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.
47
44
.TP
48
45
.SH EXAMPLE
49
46
.EX
50
47
distro=arch
51
-
image=~/Pictures/picture.png
52
-
ascii=true
48
+
image=path/to/custom/image.png
53
49
user=true
54
50
os=true
55
51
host=true
@@ -70,6 +66,7 @@ Distribution name -d \fBoption\fR
0 commit comments