<div dir="ltr">This is a very elegant approach. I really like it. But it's also a huge limitation for third party tools who would like to share data through pass.<div>I mean I currently use both the firefox addon and dmenu script. And I think it make sens to delegate format management to pass to ensure compatibility</div>

<div>The main question behind this is : what is the purpose of pass ?</div><div>* to be a command line passwords tool ?</div><div>* or to be a command line based password manager facilitating access to password data to third tools ?</div>

</div><div class="gmail_extra"><br clear="all"><div><div style="text-align:left"><div style="background-color:rgb(255,255,255)"><div style="text-align:-webkit-auto"><b><font color="#33ccff"><font color="#000000">--------</font><br>

Johan</font><span style="color:rgb(153,153,153)"> Venant.</span></b></div><div style="text-align:-webkit-auto"><font size="1"><font color="#33ccff">Tel :</font><font color="#999999"><b> </b>+33 6 13 06 95 43</font></font></div>

<div style="text-align:-webkit-auto"><font color="#33ccff" size="1"><b><a href="http://www.invicem.pro" target="_blank">www.invicem.pro</a></b></font></div><div style="text-align:-webkit-auto"><font color="#999999" size="1"><br>

</font></div></div></div><div style="text-align:left"><img src="https://sites.google.com/a/invicem.pro/calendar/logo/logo_228604_1_color_100.jpg?attredirects=0"><br></div><div style="text-align:left"><br></div></div>
<br><br><div class="gmail_quote">On Tue, Apr 29, 2014 at 4:18 PM, Alexis <span dir="ltr"><<a href="mailto:surryhill@gmail.com" target="_blank">surryhill@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br>
I prefer pass to stay agnostic to the user data format,<br>
since I also use it for storing secure notes.<br>
<br>
If I would desire a structure for certain passwords,<br>
I'd add that structure (e.g. JSON) to those password files<br>
and then extract it through a unix pipe (e.g. jq¹).<br>
<br>
Or event simpler if the first line is the password (for use with -c)<br>
and second and last line is the username I could use:<br>
% pass path/to/login | tail -1 | pbcopy<br>
<br>
I would much appreciate it if pass would stick<br>
to the Unix philosophy, it makes it so versatile for me.<br>
<br>
<br>
Cheers,<br>
Alexis<br>
<br>
<br>
¹ <a href="http://stedolan.github.io/jq/" target="_blank">http://stedolan.github.io/jq/</a><br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
Password-Store mailing list<br>
<a href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a><br>
<a href="http://lists.zx2c4.com/mailman/listinfo/password-store" target="_blank">http://lists.zx2c4.com/mailman/listinfo/password-store</a><br>
</div></div></blockquote></div><br></div>