Bind this shell script to a hotkey. On hitting the hotkey, you can fuzzy search a password among those managed by the command-line tool https://www.passwordstore.org/. On selecting one of them, it is pasted at the current cursor position.
This script depends on "rofi", "dmenu", "zenity", "xsel" and "xdotool" which most linux distros offer as install packages.
To bind this shell script to a hotkey, say Meta+P
:
- Paste the below shell-script code into a file, say
~/bin/passy
, make it executable.