dmenu script for pass
The unhandled argument error is handy for when the keyboard shortcuts copied weirdly and produced the wrong dashes so this script would fail silently.
On systemd, you can debug using sudo journalctl -f
and adding a load of echo
statements
Hello, do you have any idea how to add the ability to search for the passwords in nested directories.
For example when I have Social/password.gpg it works in dmenu.
BUT, when I have something like Social/Dummy/password.gpg it does not work.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Best to leave in
/usr/local/bin/passmenu
so it can be run easily by keyboard shortcuts.To match the Windows implementation, I prefer
passmenu --no-username
(password to clipboard only) to be bound toCtrl + Alt + P
andpassmenu --type
to be bound toCtrl + Alt + Shift + P