blob: 24320468d6c104b069aa92bb0ae30b262870b48c (
plain)
1
2
3
4
5
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 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"
|