mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-10-28 04:44:11 -07:00
fix help section of readme
This commit is contained in:
parent
1268855077
commit
86acb7d731
62
README.md
62
README.md
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user