An extension to handle the standard unix password manager in a convenient way using Raycast
pass
Before using this extension, you must have pass
configured correctly,
you will need some knowledge of GnuPG and Git to use its full potential.
Below is a quick guide to setting up pass
on macOS,
if you've never used pass
before.
gpg
with brew install gnupg
.gpg --full-generate-key
and follow the on-screen instructions.gpg --list-keys
.pass
with brew install pass
.pass
with your GPG ID: pass init $GPG_ID
.You can now store a new password pass insert password-name
.
Optionally you can set up a Git repository pass git init
,
and use the pass git
command to handle changes to the repository.