Guide to pass
Jump to navigation
Jump to search
Pass (https://www.passwordstore.org/) is solid, has some rough edges but it's free and the best password manager I've used so far. I have a wrapper that does get-or-create for a domain: https://git.sr.ht/~razzi/fish-functions/tree/main/item/functions/pw.fish
I also use https://github.com/tadfisher/pass-otp - installable via apt, it puts the url for the otp code in the same file as the password if you do for example
pass otp append shopify.com
then you can get the code with
pass otp shopify.com
There's a common flow here, which is exporting the gpg key so that the repository can be used on another device. I think I have a guide for that somewhere here...