mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 07:07:46 +00:00
New custom completions for ani-cli, btm, glow & tealdeer (#304)
* New custom completions for ani-cli, btm, glow, gsudo & tealdeer * Delete README.md * Delete gsudo-completions.nu * Update btm-completions.nu * fixed error in btm completions
This commit is contained in:
parent
dab62c255b
commit
daf23a9b77
8 changed files with 173 additions and 0 deletions
23
custom-completions/ani-cli/ani-cli-completions.nu
Normal file
23
custom-completions/ani-cli/ani-cli-completions.nu
Normal file
|
@ -0,0 +1,23 @@
|
|||
# authour: DWTW
|
||||
|
||||
def videoQuality [] {
|
||||
[ "best", "worst", "360", "480", "720", "1080" ]
|
||||
}
|
||||
|
||||
# Collaborative cheatsheets for console commands
|
||||
export extern "ani-cli" [
|
||||
string?
|
||||
-q: string@videoQuality # Set video quality
|
||||
-s # Watch using Syncplay
|
||||
-f # Use FZF for selection
|
||||
-a # Specify episode
|
||||
-d # Download episode
|
||||
-p # Download episode to specified directory
|
||||
-c # Continue watching anime from history
|
||||
-h # Show help text
|
||||
-D # Delete history
|
||||
-U # Fetch update from github
|
||||
-V # Print version number
|
||||
-r # Select provider
|
||||
-x # Print all video links
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue