mirror of
https://github.com/edu4rdshl/based.fish.git
synced 2026-07-17 23:24:46 +00:00
(feat): add completions
This commit is contained in:
parent
6ed4d3a32d
commit
1eeb710cb7
1 changed files with 6 additions and 0 deletions
6
completions/based.fish
Normal file
6
completions/based.fish
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Fish shell completion script for the Based Fish plugin
|
||||
complete -c based -n __fish_use_subcommand -f -a init -d "Initialize the Based database"
|
||||
complete -c based -n __fish_use_subcommand -f -a import -d "Import Fish history into Based"
|
||||
complete -c based -n __fish_use_subcommand -f -a stats -d "Show Based statistics"
|
||||
complete -c based -n __fish_use_subcommand -f -a reset -d "Reset Based state"
|
||||
complete -c based -n __fish_use_subcommand -f -a help -d "Show help message"
|
||||
Loading…
Add table
Add a link
Reference in a new issue