commit cd4d622ca2b1d8377f078296025299f1ddbf9a57
parent 601dd19972ec35f6aafe332a965bd8c24a064e02
Author: Ayush Agarwal <ayushnix@fastmail.com>
Date: Fri, 5 Aug 2022 02:56:31 +0530
completion: update the fish shell completion
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/completion/tessen.fish-completion b/completion/tessen.fish-completion
@@ -1,6 +1,6 @@
complete -f -c tessen
complete -x -c tessen -s p -l pass -k -a "pass gopass" -d "use pass or gopass"
-complete -x -c tessen -s d -l dmenu -k -a "rofi fuzzel bemenu wofi dmenu" -d "use either rofi, fuzzel, bemenu, rofi, or dmenu"
+complete -x -c tessen -s d -l dmenu -k -a "fuzzel tofi bemenu wofi rofi dmenu" -d "use either fuzzel, tofi, bemenu, wofi, rofi, or dmenu"
complete -x -c tessen -s a -l action -k -a "autotype copy both" -d "either 'autotype' data, 'copy' it, or do 'both'"
complete -x -c tessen -s h -l help -d "show the help menu"
complete -x -c tessen -s v -l version -d "show the version"