update readme

This commit is contained in:
ksyasuda
2022-02-05 23:54:26 -08:00
parent 087fb9d355
commit 1268855077
2 changed files with 23 additions and 20 deletions

View File

@@ -38,22 +38,23 @@ help_text() {
printf "%s\n" "$line"
done <<< "
Usage:
aniwrapper [-cdhvqS] [-t <theme> or -T <config_path>]
aniwrapper [-cdhpqvS] [-t <theme> or -T <config_path>]
aniwrapper [-cvS] [-t <theme> or -T <config_path>] -f <path_to_directory>
aniwrapper -Q <query>
aniwrapper -C
Options:
-h show this help text
-q enable quality selection
-c enable command-line mode (rofi disabled)
-d download episode in command-line mode
-C connect to history database
-d download episode in command-line mode
-f <path_to_directory> (no trailing slash) specify starting directory for play for file mode
-h show this help text
-p enable player selection menu
-q enable quality selection
-Q <query> query the history database
-v verbose output
-S silent mode (suppress output to stdout) [cannot be used with -v]
-t <aniwrapper (default)|dracula|doomone|fancy|flamingo|material|onedark> change rofi theme
-T <config_path> specify custom rofi theme
-f <path_to_directory> (no trailing slash) specify starting directory for play for file mode
-Q <query> query the history database
"
}