<html><head></head><body>I use the PASSWORD_STORE_DIR environment variable. <br>
<br>
And so do the QtPass "profiles".<br>
<br>
Anne Jan<br><br><div class="gmail_quote">On 8 February 2016 19:51:35 CET, Adam Liter <adam.liter@gmail.com> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Hello,<br /><br />I'm wondering what setup folks use for having multiple password stores, <br />particularly when one of those password stores is shared between <br />multiple people.<br /><br />Currently, I'm using a .git directory inside of ~/.password-store that <br />has git submodules.<br /><br />For example, I currently have the following directory structure:<br /><br /> ├─ .password-store<br />  ├─ personal<br />  └─ collaborative-project<br /><br />where personal is my personal store of passwords and <br />collaborative-project contains passwords for a project that I'm working <br />on with somebody else. Both of these are submodules of the top-level git <br />directory so that the collaborative-project—but not the <br />personal—repository can be shared with somebody else via git cloning, <br />pushing, and pulling from/to a cloud-hosted git repository.<br /><br />However, this setup causes the automatic git committing that pass do
 es <br
/>to break. For example, running:<br /><br /> pass generate personal/asdf 22<br /><br />produces:<br /><br /> fatal: Pathspec '/Users/adamliter/.password-store/personal/asdf.gpg' is <br />in submodule 'personal'<br /> The generated password for personal/asdf is:<br /> py?Je17K6Bfs|Pj@qspgE1<br /><br />So it does generate the password, but the git commits are not correctly <br />written.<br /><br />Currently, I'm just manually committing things myself, but I'm wondering <br />if there is a better setup or workflow to deal with this sort of <br />situation.<br /><br />Thanks!<br /><br />(And thanks, Jason, for an awesome password manager! :) )<br /><br />-Adam<br /><hr /><br />Password-Store mailing list<br />Password-Store@lists.zx2c4.com<br /><a href="http://lists.zx2c4.com/mailman/listinfo/password-store">http://lists.zx2c4.com/mailman/listinfo/password-store</a><br /></pre></blockquote></div><br>
-- <br>
Sent from my Android device with K-9 Mail. Please excuse my brevity.</body></html>