tessen

default description
git clone https://git.awy.one/tessen.git
Log | Files | Refs | README | LICENSE

commit 18c86dae9c03b8daa1526b521d83d647c78b3210
parent ef6a3c21979eec7abd09199ee3617079961f672d
Author: Ayush Agarwal <ayushnix@fastmail.com>
Date:   Sat, 18 Mar 2023 00:05:17 +0530

chore: add yofi to the fish completion menu

Diffstat:
Mcompletion/tessen.fish-completion | 2+-
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 "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"