mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-11-22 03:19:53 -08:00
update readme
This commit is contained in:
parent
42db51371b
commit
087fb9d355
45
README.md
45
README.md
@ -135,38 +135,23 @@ The above output was produced by searching: `isekai -`
|
|||||||
## aniwrapper
|
## aniwrapper
|
||||||
|
|
||||||
```
|
```
|
||||||
# Launch menu (default video quality: best)
|
aniwrapper [-cdhvqS] [-t <theme> or -T <config_path>] <query>
|
||||||
aniwrapper
|
aniwrapper [-cvS] [-t <theme> or -T <config_path>] -f <path_to_directory>
|
||||||
|
aniwrapper -Q <query>
|
||||||
# Launch menu with quality selection
|
|
||||||
aniwrapper -q
|
|
||||||
|
|
||||||
# Enable verbose logging
|
|
||||||
aniwrapper -v
|
|
||||||
|
|
||||||
# Connect to history database
|
|
||||||
aniwrapper -C
|
aniwrapper -C
|
||||||
|
|
||||||
# Enable silent mode (suppress output to stdout) [cannot be used with -v]
|
aniwrapper <query> # Run in stream mode, searching for <query>
|
||||||
aniwrapper -S
|
aniwrapper -d <query> # Run in download mode (best quality), searching for <query>
|
||||||
|
aniwrapper -q # Launch menu with quality selection
|
||||||
# Query the history database
|
aniwrapper -v # Enable verbose logging
|
||||||
aniwrapper -Q <query>
|
aniwrapper -C # Connect to history database
|
||||||
|
aniwrapper -S # Enable silent mode (suppress output to stdout) [cannot be used with -v]
|
||||||
# Choose rofi theme from presets
|
aniwrapper -Q <query> # Query the history database
|
||||||
aniwrapper -t <aniwrapper (default)|dracula|doomone|fancy|flamingo|material|nord|onedark>
|
aniwrapper -t <aniwrapper (default)|dracula|doomone|fancy|flamingo|material|nord|onedark> # Choose rofi theme from presets
|
||||||
|
aniwrapper -T <path_to_config> # Specify custom rofi config
|
||||||
# Specify custom rofi config
|
aniwrapper -f <starting_directory> # Specify starting directory for play_from_file mode, bypassing main menu
|
||||||
aniwrapper -T <path_to_config>
|
aniwrapper -c # Use ani-cli command-line mode (rofi disabled)
|
||||||
|
aniwrapper -d # Download anime in command-line mode
|
||||||
# Specify starting directory for play_from_file mode, bypassing main menu
|
|
||||||
aniwrapper -f <starting_directory>
|
|
||||||
|
|
||||||
# Use ani-cli command-line mode (rofi disabled)
|
|
||||||
aniwrapper -c
|
|
||||||
|
|
||||||
# Download anime in command-line mode
|
|
||||||
aniwrapper -d
|
|
||||||
```
|
```
|
||||||
|
|
||||||
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