1
Fork 0
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:
DWTW321 2022-10-09 23:56:50 +01:00 committed by GitHub
parent dab62c255b
commit daf23a9b77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 173 additions and 0 deletions

View 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
]