An extension to handle the standard unix password manager in a convenient way using Raycast
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.
- Install Homebrew if you haven't installed it yet.
- Install
gpgwithbrew install gnupg. - Generate a new key with the command
gpg --full-generate-keyand follow the on-screen instructions. - Get the ID of the newly created key with
gpg --list-keys. - Install
passwithbrew install pass. - Initialize
passwith 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.