<div dir="ltr"><div>I would argue that having parsable output would make more sense for a cli program than pretty print. Anyone can write a wrapper to pretty print something easily parsable, but it's a pain to parse pretty print, even if it isn't subject to change. While running a find on the password store directory is an option, it bypasses `pass` entirely. This means, if `pass` ever chooses to start saving it's store differently, any reimplementations of it's password store reader will break.<br><br></div>I'm in favor of the above patch!<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 8, 2016 at 9:11 AM, Kenny Evitt <span dir="ltr"><<a href="mailto:kenny.evitt@gmail.com" target="_blank">kenny.evitt@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra">Why do you need an option in `pass` itself for listing the passwords? They're just files. You can just use standard file listing functions/methods/etc. if you don't want the pretty-print version `pass` outputs.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Pass itself uses either the value of the environment variable `PASSWORD_STORE_DIR` or `$HOME/.password-store` as the root path of the password store directory.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Here's the relevant code from the Pass shell script:</div><div class="gmail_extra"><br></div><div class="gmail_extra">```</div><div class="gmail_extra">PREFIX="${PASSWORD_STORE_DIR:-<wbr>$HOME/.password-store}"<br></div><div class="gmail_extra">```</div></div>
<br>______________________________<wbr>_________________<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" rel="noreferrer" target="_blank">http://lists.zx2c4.com/<wbr>mailman/listinfo/password-<wbr>store</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>- Sent from my microwave oven</div></div></div></div></div>
</div>