From 1eeb710cb7efed20df5f1a6076fb9702cbc419ba Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Thu, 5 Jun 2025 00:27:07 -0500 Subject: [PATCH] (feat): add completions --- completions/based.fish | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 completions/based.fish diff --git a/completions/based.fish b/completions/based.fish new file mode 100644 index 0000000..5ac30c6 --- /dev/null +++ b/completions/based.fish @@ -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"