tessen

an interactive menu to autotype and copy gopass data
git clone https://git.awy.one/tessen
Log | Files | Refs | README | LICENSE

tessen.fish-completion (479B) - View raw


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 mew tofi yofi wofi rofi dmenu" -d "use either fuzzel,mew, 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"