fix help section of readme

This commit is contained in:
ksyasuda 2022-02-06 00:16:12 -08:00
parent 1268855077
commit 86acb7d731

View File

@ -29,23 +29,23 @@ This tool scrapes the site [gogoanime](https://gogoanime.cm).
**Table of Contents** **Table of Contents**
- [Aniwrapper](#aniwrapper) - [Aniwrapper](#aniwrapper)
- [Introduction](#introduction) - [Introduction](#introduction)
- [MPV Extension - Skip Intro Script](#mpv-extension---skip-intro-script) - [MPV Extension - Skip Intro Script](#mpv-extension---skip-intro-script)
- [Installing](#installing) - [Installing](#installing)
- [Manual Install](#manual-install) - [Manual Install](#manual-install)
- [Aniwrapper Menus](#aniwrapper-menus) - [Aniwrapper Menus](#aniwrapper-menus)
- [Dealing with conflicting search queries / rofi grabbing from search list](#dealing-with-conflicting-search-queries--rofi-grabbing-from-search-list) - [Dealing with conflicting search queries / rofi grabbing from search list](#dealing-with-conflicting-search-queries--rofi-grabbing-from-search-list)
- [Usage](#usage) - [Usage](#usage)
- [aniwrapper](#aniwrapper-1) - [aniwrapper](#aniwrapper-1)
- [Option 1: Streaming](#option-1-streaming) - [Option 1: Streaming](#option-1-streaming)
- [Option 2: Download](#option-2-download) - [Option 2: Download](#option-2-download)
- [Option 3: Continue](#option-3-continue) - [Option 3: Continue](#option-3-continue)
- [Option 4: Play from File](#option-4-play-from-file) - [Option 4: Play from File](#option-4-play-from-file)
- [Option 5: Sync History](#option-5-sync-history) - [Option 5: Sync History](#option-5-sync-history)
- [Option 6: Choose Theme](#option-6-choose-theme) - [Option 6: Choose Theme](#option-6-choose-theme)
- [ani-cli](#ani-cli) - [ani-cli](#ani-cli)
- [Themes](#themes) - [Themes](#themes)
<!-- markdown-toc end --> <!-- markdown-toc end -->
@ -140,20 +140,20 @@ aniwrapper [-cvS] [-t <theme> or -T <config_path>] -f <path_to_directory>
aniwrapper -Q <query> aniwrapper -Q <query>
aniwrapper -C aniwrapper -C
aniwrapper <query> # Run in stream mode, searching for <query> aniwrapper <query> # Run in stream mode, searching for <query>
aniwrapper -c # Use ani-cli command-line mode (rofi disabled) aniwrapper -c # Use ani-cli command-line mode (rofi disabled)
aniwrapper -C # Connect to history database aniwrapper -C # Connect to history database
aniwrapper -d # Download anime in command-line mode aniwrapper -d # Download anime in command-line mode
aniwrapper -d <query> # Run in download mode (best quality), searching for <query> aniwrapper -d <query> # Run in download mode (best quality), searching for <query>
aniwrapper -f <starting_directory> # Specify starting directory for play_from_file mode, bypassing main menu aniwrapper -f <starting_directory> # Specify starting directory for play_from_file mode, bypassing main menu
aniwrapper -h # Show help menu 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 -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
aniwrapper -v # Enable verbose logging aniwrapper -v # Enable verbose logging
``` ```
See [aniwrapper menus](docs/aniwrapper-menus.md) for more information about the menus used in the following options See [aniwrapper menus](docs/aniwrapper-menus.md) for more information about the menus used in the following options