(feat): add completions

This commit is contained in:
Eduard Tolosa 2025-06-05 00:27:07 -05:00
parent 6ed4d3a32d
commit 1eeb710cb7

6
completions/based.fish Normal file
View 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"