Guide to pass: Difference between revisions
Jump to navigation
Jump to search
(Created page with "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...") |
(No difference)
|
Latest revision as of 18:49, 5 July 2023
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...