From 0daf243692c111ced58f7ac9c2c58d505e441e3a Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Thu, 30 Oct 2025 08:59:49 +0100 Subject: [PATCH] Adds completion for some utilities --- .config/fish/completions/arkedump.fish | 1 + .config/fish/completions/arkesend.fish | 1 + 2 files changed, 2 insertions(+) create mode 100644 .config/fish/completions/arkedump.fish create mode 100644 .config/fish/completions/arkesend.fish diff --git a/.config/fish/completions/arkedump.fish b/.config/fish/completions/arkedump.fish new file mode 100644 index 0000000..22fe434 --- /dev/null +++ b/.config/fish/completions/arkedump.fish @@ -0,0 +1 @@ +complete -c arkedump -f -a "(GO_FLAGS_COMPLETION=1 arkedump (string split ' ' (commandline -cp)))" diff --git a/.config/fish/completions/arkesend.fish b/.config/fish/completions/arkesend.fish new file mode 100644 index 0000000..9c0145d --- /dev/null +++ b/.config/fish/completions/arkesend.fish @@ -0,0 +1 @@ +complete -c arkesend -f -a "(GO_FLAGS_COMPLETION=1 arkesend (string split ' ' (commandline -cp)))"