Docs: Add new arg info
This commit is contained in:
parent
092e37a84f
commit
232d7d5e4f
2 changed files with 24 additions and 20 deletions
18
neofetch
18
neofetch
|
@ -3712,17 +3712,19 @@ BARS:
|
|||
Possible values: bar, infobar, barinfo, off
|
||||
|
||||
IMAGE BACKEND:
|
||||
--image_backend backend Which image backend to use.
|
||||
--backend backend Which image backend to use.
|
||||
Possible values: 'ascii', 'caca', 'catimg', 'jp2a', 'iterm2', 'off', 'tycat', 'w3m'
|
||||
--image_source source Which image or ascii file to use.
|
||||
--source source Which image or ascii file to use.
|
||||
Possible values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
|
||||
--ascii Shortcut to use 'ascii' backend.
|
||||
--caca Shortcut to use 'caca' backend.
|
||||
--catimg Shortcut to use 'catimg' backend.
|
||||
--iterm2 Shortcut to use 'iterm2' backend.
|
||||
--ascii source Shortcut to use 'ascii' backend.
|
||||
--caca source Shortcut to use 'caca' backend.
|
||||
--catimg source Shortcut to use 'catimg' backend.
|
||||
--iterm2 source Shortcut to use 'iterm2' backend.
|
||||
--tycat source Shortcut to use 'tycat' backend.
|
||||
--w3m source Shortcut to use 'w3m' backend.
|
||||
--off Shortcut to use 'off' backend.
|
||||
--tycat Shortcut to use 'tycat' backend.
|
||||
--w3m Shortcut to use 'w3m' backend.
|
||||
|
||||
NOTE: 'source; can be any of the following: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
|
||||
|
||||
ASCII:
|
||||
--ascii_colors x x x x x x Colors to print the ascii art
|
||||
|
|
26
neofetch.1
26
neofetch.1
|
@ -173,34 +173,36 @@ Bar mode.
|
|||
Possible values: bar, infobar, barinfo, off
|
||||
.SS "IMAGE BACKEND:"
|
||||
.TP
|
||||
\fB\-\-image_backend\fR backend
|
||||
\fB\-\-backend\fR backend
|
||||
Which image backend to use.
|
||||
Possible values: 'ascii', 'caca', 'catimg', 'jp2a', 'iterm2', 'off', 'tycat', 'w3m'
|
||||
.TP
|
||||
\fB\-\-image_source\fR source
|
||||
\fB\-\-source\fR source
|
||||
Which image or ascii file to use.
|
||||
Possible values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
|
||||
.TP
|
||||
\fB\-\-ascii\fR
|
||||
Shortcut to use 'ascii' backend.
|
||||
source Shortcut to use 'ascii' backend.
|
||||
.TP
|
||||
\fB\-\-caca\fR
|
||||
Shortcut to use 'caca' backend.
|
||||
source Shortcut to use 'caca' backend.
|
||||
.TP
|
||||
\fB\-\-catimg\fR
|
||||
Shortcut to use 'catimg' backend.
|
||||
source Shortcut to use 'catimg' backend.
|
||||
.TP
|
||||
\fB\-\-iterm2\fR
|
||||
Shortcut to use 'iterm2' backend.
|
||||
source Shortcut to use 'iterm2' backend.
|
||||
.TP
|
||||
\fB\-\-tycat\fR
|
||||
source Shortcut to use 'tycat' backend.
|
||||
.TP
|
||||
\fB\-\-w3m\fR
|
||||
source Shortcut to use 'w3m' backend.
|
||||
.TP
|
||||
\fB\-\-off\fR
|
||||
Shortcut to use 'off' backend.
|
||||
.TP
|
||||
\fB\-\-tycat\fR
|
||||
Shortcut to use 'tycat' backend.
|
||||
.TP
|
||||
\fB\-\-w3m\fR
|
||||
Shortcut to use 'w3m' backend.
|
||||
.IP
|
||||
NOTE: 'source; can be any of the following: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
|
||||
.SS "ASCII:"
|
||||
.TP
|
||||
\fB\-\-ascii_colors\fR x x x x x x
|
||||
|
|
Loading…
Reference in a new issue