[pass] [PATCH] Team pass: enable multiple keys and per directory

Jason A. Donenfeld Jason at zx2c4.com
Wed Mar 19 11:13:53 CET 2014


On Wed, Mar 19, 2014 at 4:11 AM, Jan-Frode Myklebust <janfrode at tanso.net>wrote:
>
> Next feature request would be to allow each team to have their own git
> repository, instead of having everything in the same repo.. That would
> allow me to use pass for managing both work and private passwords.


To have completely different password stores with different git repos, just
set a different PASSWORD_STORE_DIR env var. You can do it with a bash alias
even:

alias mypass="PASSWORD_STORE_DIR=/home/blah/.mypass pass"
alias yourpass="PASSWORD_STORE_DIR=/home/blah/.yourpass pass"

You can also play with PASSWORD_STORE_GIT.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.zx2c4.com/pipermail/password-store/attachments/20140319/60db861d/attachment.html>


More information about the Password-Store mailing list