Can someone explain to me how to use pass? (en.wikipedia.org)
from King@r.nf to technology@lemmy.world on 06 Oct 22:40
https://r.nf/post/2452251

Can I use it fully offline?

How do I back it up to USB drive?

What does the day-to-day operation of Pass compared to Keepass look like?

I am trying to learn it as I want to use it, as I think that keepass is bloated for my use case, and I would appreciate any help here.

#technology

threaded - newest

drhoopoe@lemmy.sdf.org on 06 Oct 23:01 next collapse

Yes, you can use it fully offline.

To back it up I believe you’d just need to backup your .pass and .gnupg directories.

I haven’t used keepass, but the entry from the archwiki should give you a good idea of usage, and it also lists some helper apps: wiki.archlinux.org/title/Pass

LunchMoneyThief@links.hackliberty.org on 07 Oct 02:01 collapse

Super simple.

pass list existing passphrase pairs

pass insert $SERVICE add new passphrase pair, substituting $SERVICE for whatever resource you’re saving a passphrase for

pass $SERVICE print stored passphrase for $SERVICE to stdout

You will need to configure gnupg key pair before using pass, if you haven’t already.