diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-18 00:05:17 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-22 02:22:31 +0530 |
commit | 18c86dae9c03b8daa1526b521d83d647c78b3210 (patch) | |
tree | 1a781c944c071605cd80821daf3dc1db0ba2743e /completion | |
parent | ef6a3c21979eec7abd09199ee3617079961f672d (diff) |
chore: add yofi to the fish completion menu
Diffstat (limited to 'completion')
-rw-r--r-- | completion/tessen.fish-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completion/tessen.fish-completion b/completion/tessen.fish-completion index 754d105..2432046 100644 --- 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 "fuzzel tofi bemenu wofi rofi dmenu" -d "use either fuzzel, tofi, bemenu, wofi, rofi, or dmenu" +complete -x -c tessen -s d -l dmenu -k -a "fuzzel bemenu tofi yofi wofi rofi dmenu" -d "use either fuzzel,bemenu, tofi, yofi, 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" |