Docs: Add new arg info
This commit is contained in:
parent
092e37a84f
commit
232d7d5e4f
18
neofetch
18
neofetch
|
@ -3712,17 +3712,19 @@ BARS:
|
||||||
Possible values: bar, infobar, barinfo, off
|
Possible values: bar, infobar, barinfo, off
|
||||||
|
|
||||||
IMAGE BACKEND:
|
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'
|
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/'
|
Possible values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
|
||||||
--ascii Shortcut to use 'ascii' backend.
|
--ascii source Shortcut to use 'ascii' backend.
|
||||||
--caca Shortcut to use 'caca' backend.
|
--caca source Shortcut to use 'caca' backend.
|
||||||
--catimg Shortcut to use 'catimg' backend.
|
--catimg source Shortcut to use 'catimg' backend.
|
||||||
--iterm2 Shortcut to use 'iterm2' 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.
|
--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:
|
||||||
--ascii_colors x x x x x x Colors to print the ascii art
|
--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
|
Possible values: bar, infobar, barinfo, off
|
||||||
.SS "IMAGE BACKEND:"
|
.SS "IMAGE BACKEND:"
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-image_backend\fR backend
|
\fB\-\-backend\fR backend
|
||||||
Which image backend to use.
|
Which image backend to use.
|
||||||
Possible values: 'ascii', 'caca', 'catimg', 'jp2a', 'iterm2', 'off', 'tycat', 'w3m'
|
Possible values: 'ascii', 'caca', 'catimg', 'jp2a', 'iterm2', 'off', 'tycat', 'w3m'
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-image_source\fR source
|
\fB\-\-source\fR source
|
||||||
Which image or ascii file to use.
|
Which image or ascii file to use.
|
||||||
Possible values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
|
Possible values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-ascii\fR
|
\fB\-\-ascii\fR
|
||||||
Shortcut to use 'ascii' backend.
|
source Shortcut to use 'ascii' backend.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-caca\fR
|
\fB\-\-caca\fR
|
||||||
Shortcut to use 'caca' backend.
|
source Shortcut to use 'caca' backend.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-catimg\fR
|
\fB\-\-catimg\fR
|
||||||
Shortcut to use 'catimg' backend.
|
source Shortcut to use 'catimg' backend.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-iterm2\fR
|
\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
|
.TP
|
||||||
\fB\-\-off\fR
|
\fB\-\-off\fR
|
||||||
Shortcut to use 'off' backend.
|
Shortcut to use 'off' backend.
|
||||||
.TP
|
.IP
|
||||||
\fB\-\-tycat\fR
|
NOTE: 'source; can be any of the following: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
|
||||||
Shortcut to use 'tycat' backend.
|
|
||||||
.TP
|
|
||||||
\fB\-\-w3m\fR
|
|
||||||
Shortcut to use 'w3m' backend.
|
|
||||||
.SS "ASCII:"
|
.SS "ASCII:"
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-ascii_colors\fR x x x x x x
|
\fB\-\-ascii_colors\fR x x x x x x
|
||||||
|
|
Reference in New Issue