I can't decide which password manager to use. Should I use Keepass, Bitwarden or pass? They all seem like good candidates with different merits... For now I think I'll go with pass because there's a really nice dmenu script for it that makes it easy to use in any type of application.
I'm also a happy user of pass—so happy that I built a bit of a companion app called #passgen (https://passgen.codesections.com).
It's a passphrase generator that uses the same style as pass. (Because a passphrase will be both more secure and easier to type than a password) It pipes it output to standard out, so it works well with pass: you can generate a new password and store it with pass with `pass-gen -e | pass -e USERNAME`
End of self promotion, but yeah, pass is really great!