mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-10-28 04:44:11 -07:00
update help/docs
This commit is contained in:
parent
aac3761e37
commit
776c4961aa
@ -150,6 +150,7 @@ aniwrapper -h # Show help menu
|
||||
aniwrapper -p # Enable player selection menu
|
||||
aniwrapper -q # Launch menu with quality selection
|
||||
aniwrapper -Q <query> # Query the history database
|
||||
aniwrapper -r # Launch aniwrapper in quick-resume mode (start script on episode selection for the most recently streamed anime)
|
||||
aniwrapper -S # Enable silent mode (suppress output to stdout) [cannot be used with -v]
|
||||
aniwrapper -t <theme> # Choose rofi theme from presets
|
||||
aniwrapper -T <path_to_config> # Specify custom rofi config
|
||||
|
@ -52,6 +52,7 @@ Options:
|
||||
-p enable player selection menu
|
||||
-q enable quality selection
|
||||
-Q <query> query the history database
|
||||
-r start script in episode selection using the most recently watched anime
|
||||
-v verbose output
|
||||
-S silent mode (suppress output to stdout) [cannot be used with -v]
|
||||
-t <alter|aniwrapper (default)|dracula|doomone|fancy|material|monokai|nord|nord2|onedark> change rofi theme
|
||||
|
@ -8,7 +8,7 @@ aniwrapper - A rofi wrapper around ani-cli: a command-line tool to
|
||||
stream, download, and play anime
|
||||
.SH SYNOPSIS
|
||||
.PP
|
||||
\f[B]aniwrapper\f[R] [-dhpqSv] [-t \f[I]theme\f[R] | -T
|
||||
\f[B]aniwrapper\f[R] [-dhpqrSv] [-t \f[I]theme\f[R] | -T
|
||||
\f[I]config_path\f[R]] [\f[I]query\f[R]]
|
||||
.PD 0
|
||||
.P
|
||||
@ -18,7 +18,7 @@ stream, download, and play anime
|
||||
.PD 0
|
||||
.P
|
||||
.PD
|
||||
\f[B]aniwrapper\f[R] -c [-dhpqSv] [\f[I]query\f[R]]
|
||||
\f[B]aniwrapper\f[R] -c [-dhpqrSv] [\f[I]query\f[R]]
|
||||
.PD 0
|
||||
.P
|
||||
.PD
|
||||
@ -65,6 +65,9 @@ Enable video player selection menu
|
||||
\f[B]-q\f[R]
|
||||
Enable quality selection
|
||||
.TP
|
||||
\f[B]-r\f[R]
|
||||
Start script at episode selection for the most recently watched anime
|
||||
.TP
|
||||
\f[B]-Q\f[R] \f[I]query\f[R]
|
||||
Run a query on the history databse
|
||||
.TP
|
||||
|
@ -12,9 +12,9 @@ aniwrapper - A rofi wrapper around ani-cli: a command-line tool to stream, downl
|
||||
|
||||
# SYNOPSIS
|
||||
|
||||
**aniwrapper** [-dhpqSv] [-t _theme_ | -T _config_path_] [_query_]\
|
||||
**aniwrapper** [-dhpqrSv] [-t _theme_ | -T _config_path_] [_query_]\
|
||||
**aniwrapper** -f _directory_path_ [-t _theme_ | -T _config_path_] [-pSv] [_query_]\
|
||||
**aniwrapper** -c [-dhpqSv] [_query_]\
|
||||
**aniwrapper** -c [-dhpqrSv] [_query_]\
|
||||
**aniwrapper** -Q _query_\
|
||||
**aniwrapper** -C
|
||||
|
||||
@ -53,6 +53,9 @@ Defaults:
|
||||
**-q**
|
||||
: Enable quality selection
|
||||
|
||||
**-r**
|
||||
: Start script at episode selection for the most recently watched anime
|
||||
|
||||
**-Q** _query_
|
||||
: Run a query on the history databse
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user