Jump to content

pass - the standard Unix password manager


Recommended Posts

Alfred 2 integration with Pass

 

This is Alfred 2 integration with Pass - the standard Unix password manager. I took the idea for this from passmenu which is available for Linux.

 

Setup

 

To make this work you need:

 

  • pass (obviously) -- needs to be set up with password store in ~/.password-store/.
  • gpg-agent -- install with brew
  • pinentry-mac -- also install with brew (this is GUI frontend for gpg-agent).

 

Next configure gpg-agent to use pinentry-mac and not the bundled one, editing ~/.gnupg/gpg-agent.conf:

 

pinentry-program /usr/local/bin/pinentry-mac

 

Basic Alfred commands:

 

pass <filter terms>

 

This will search through your passwords using the filter terms you provided.

 

 

Any suggestions are welcome. Also, I had to fight a bit with pinentry and gpg-agent, I hope this works for everyone.

Edited by seeg
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...