From 12688550777969171e4461502f403520bcf45e62 Mon Sep 17 00:00:00 2001 From: ksyasuda Date: Sat, 5 Feb 2022 23:54:26 -0800 Subject: [PATCH] update readme --- README.md | 28 +++++++++++++++------------- aniwrapper | 15 ++++++++------- 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 433cc47..b9f1660 100644 --- a/README.md +++ b/README.md @@ -135,23 +135,25 @@ The above output was produced by searching: `isekai -` ## aniwrapper ``` -aniwrapper [-cdhvqS] [-t or -T ] +aniwrapper [-cdhpqvS] [-t or -T ] aniwrapper [-cvS] [-t or -T ] -f aniwrapper -Q aniwrapper -C -aniwrapper # Run in stream mode, searching for -aniwrapper -d # Run in download mode (best quality), searching for -aniwrapper -q # Launch menu with quality selection -aniwrapper -v # Enable verbose logging -aniwrapper -C # Connect to history database -aniwrapper -S # Enable silent mode (suppress output to stdout) [cannot be used with -v] -aniwrapper -Q # Query the history database -aniwrapper -t # Choose rofi theme from presets -aniwrapper -T # Specify custom rofi config -aniwrapper -f # Specify starting directory for play_from_file mode, bypassing main menu -aniwrapper -c # Use ani-cli command-line mode (rofi disabled) -aniwrapper -d # Download anime in command-line mode +aniwrapper # Run in stream mode, searching for +aniwrapper -c # Use ani-cli command-line mode (rofi disabled) +aniwrapper -C # Connect to history database +aniwrapper -d # Download anime in command-line mode +aniwrapper -d # Run in download mode (best quality), searching for +aniwrapper -f # Specify starting directory for play_from_file mode, bypassing main menu +aniwrapper -h # Show help menu +aniwrapper -p # Enable player selection menu +aniwrapper -q # Launch menu with quality selection +aniwrapper -Q # Query the history database +aniwrapper -S # Enable silent mode (suppress output to stdout) [cannot be used with -v] +aniwrapper -t # Choose rofi theme from presets +aniwrapper -T # Specify custom rofi config +aniwrapper -v # Enable verbose logging ``` See [aniwrapper menus](docs/aniwrapper-menus.md) for more information about the menus used in the following options diff --git a/aniwrapper b/aniwrapper index 1961e73..c3052ca 100755 --- a/aniwrapper +++ b/aniwrapper @@ -38,22 +38,23 @@ help_text() { printf "%s\n" "$line" done <<< " Usage: - aniwrapper [-cdhvqS] [-t or -T ] + aniwrapper [-cdhpqvS] [-t or -T ] aniwrapper [-cvS] [-t or -T ] -f aniwrapper -Q 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 (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 the history database + -v verbose output -S silent mode (suppress output to stdout) [cannot be used with -v] - -t change rofi theme -T specify custom rofi theme - -f (no trailing slash) specify starting directory for play for file mode - -Q query the history database " }