mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-11-22 03:19:53 -08: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 -p # Enable player selection menu
|
||||||
aniwrapper -q # Launch menu with quality selection
|
aniwrapper -q # Launch menu with quality selection
|
||||||
aniwrapper -Q <query> # Query the history database
|
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 -S # Enable silent mode (suppress output to stdout) [cannot be used with -v]
|
||||||
aniwrapper -t <theme> # Choose rofi theme from presets
|
aniwrapper -t <theme> # Choose rofi theme from presets
|
||||||
aniwrapper -T <path_to_config> # Specify custom rofi config
|
aniwrapper -T <path_to_config> # Specify custom rofi config
|
||||||
|
@ -52,6 +52,7 @@ Options:
|
|||||||
-p enable player selection menu
|
-p enable player selection menu
|
||||||
-q enable quality selection
|
-q enable quality selection
|
||||||
-Q <query> query the history database
|
-Q <query> query the history database
|
||||||
|
-r start script in episode selection using the most recently watched anime
|
||||||
-v verbose output
|
-v verbose output
|
||||||
-S silent mode (suppress output to stdout) [cannot be used with -v]
|
-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
|
-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
|
stream, download, and play anime
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.PP
|
.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]]
|
\f[I]config_path\f[R]] [\f[I]query\f[R]]
|
||||||
.PD 0
|
.PD 0
|
||||||
.P
|
.P
|
||||||
@ -18,7 +18,7 @@ stream, download, and play anime
|
|||||||
.PD 0
|
.PD 0
|
||||||
.P
|
.P
|
||||||
.PD
|
.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
|
.PD 0
|
||||||
.P
|
.P
|
||||||
.PD
|
.PD
|
||||||
@ -65,6 +65,9 @@ Enable video player selection menu
|
|||||||
\f[B]-q\f[R]
|
\f[B]-q\f[R]
|
||||||
Enable quality selection
|
Enable quality selection
|
||||||
.TP
|
.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]
|
\f[B]-Q\f[R] \f[I]query\f[R]
|
||||||
Run a query on the history databse
|
Run a query on the history databse
|
||||||
.TP
|
.TP
|
||||||
|
@ -12,9 +12,9 @@ aniwrapper - A rofi wrapper around ani-cli: a command-line tool to stream, downl
|
|||||||
|
|
||||||
# SYNOPSIS
|
# 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** -f _directory_path_ [-t _theme_ | -T _config_path_] [-pSv] [_query_]\
|
||||||
**aniwrapper** -c [-dhpqSv] [_query_]\
|
**aniwrapper** -c [-dhpqrSv] [_query_]\
|
||||||
**aniwrapper** -Q _query_\
|
**aniwrapper** -Q _query_\
|
||||||
**aniwrapper** -C
|
**aniwrapper** -C
|
||||||
|
|
||||||
@ -53,6 +53,9 @@ Defaults:
|
|||||||
**-q**
|
**-q**
|
||||||
: Enable quality selection
|
: Enable quality selection
|
||||||
|
|
||||||
|
**-r**
|
||||||
|
: Start script at episode selection for the most recently watched anime
|
||||||
|
|
||||||
**-Q** _query_
|
**-Q** _query_
|
||||||
: Run a query on the history databse
|
: Run a query on the history databse
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user