Updated man page

This commit is contained in:
TheDarkBug 2022-04-17 18:56:10 +02:00
parent 82bdbe4cbd
commit 680d718d77
3 changed files with 15 additions and 8 deletions

View file

@ -6,7 +6,7 @@ os=true
host=true host=true
kernel=true kernel=true
cpu=true cpu=true
gpu=true gpu=0
ram=true ram=true
resolution=true resolution=true
shell=true shell=true

View file

@ -21,16 +21,23 @@ prints the logo as ascii text (default)
you can change config path you can change config path
.TP .TP
.B -d --distro .B -d --distro
you can choose the logo to print by the distro name lets you choose the logo to print based on the distribution name
.TP .TP
.B -h --help .B -h --help
prints a help page prints the help page
.TP .TP
.B -i --image .B -i --image
prints image instead of ascii logo uses a custom image if one is provided (disabled on iOS) 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 .TP
.B -l --list .B -l --list
prints a list of all supported distributions prints a list of all supported distributions
.TP
.B -v --version
prints the current uwufetch version
.TP
.B -w --write-cache writes to the cache file (~/.cache/uwufetch.cache)
prints the current uwufetch version
.SH CONFIGURATION .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 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. 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.
@ -38,14 +45,14 @@ The user config file is located in $HOME/.config/uwufetch/config (you need to cr
.SH EXAMPLE .SH EXAMPLE
.EX .EX
distro=arch distro=arch
image="~/Pictures/picture.png" image=~/Pictures/picture.png
ascii=false ascii=true
user=true user=true
os=true os=true
host=true host=true
kernel=true kernel=true
cpu=true cpu=true
gpu=false gpu=0
ram=true ram=true
resolution=true resolution=true
shell=true shell=true
@ -96,8 +103,8 @@ WinyandOwOws \fBwindows\fR
.SH EXAMPLES .SH EXAMPLES
.EX .EX
uwufetch -d arch # uses ascii Arch logo uwufetch -d arch # uses ascii Arch logo
uwufetch --custom some_image.png # prints custom image (no full path is needed) uwufetch -i some_image.png # prints custom image (no full path is needed)
uwufetch -i -d artix # uses Artix image logo (which is also uwu) uwufetch -id artix # uses Artix image logo (which is also uwu)
.EE .EE
.SH DEPENDENCIES .SH DEPENDENCIES
.TP 8 .TP 8

Binary file not shown.