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
kernel=true
cpu=true
gpu=true
gpu=0
ram=true
resolution=true
shell=true

View file

@ -21,16 +21,23 @@ prints the logo as ascii text (default)
you can change config path
.TP
.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
.B -h --help
prints a help page
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 -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
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.
@ -38,14 +45,14 @@ The user config file is located in $HOME/.config/uwufetch/config (you need to cr
.SH EXAMPLE
.EX
distro=arch
image="~/Pictures/picture.png"
ascii=false
image=~/Pictures/picture.png
ascii=true
user=true
os=true
host=true
kernel=true
cpu=true
gpu=false
gpu=0
ram=true
resolution=true
shell=true
@ -96,8 +103,8 @@ WinyandOwOws \fBwindows\fR
.SH EXAMPLES
.EX
uwufetch -d arch # uses ascii Arch logo
uwufetch --custom some_image.png # prints custom image (no full path is needed)
uwufetch -i -d artix # uses Artix image logo (which is also uwu)
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

Binary file not shown.