<div dir="ltr"><div><div><div>Hi<br><br></div>I found your tool very useful, but for me, it lacked one feature: It could not display more than one passwordfile at once. With every password being in one file, this quickly became an issue for me. Here's a patch.<br>
<br></div><div>What it allows for is: <br><br>klein@nox:~$ pass show amazon<br>amazonpassword<br>klein@nox:~$ pass show google<br>googlepassword<br>klein@nox:~$ pass show amazon google<br>amazonpassword<br>googlepassword<br>
klein@nox:~$ pass show -s amazon google<br>amazon: amazonpassword<br>google: googlepassword<br></div><div><br>I also noticed that some used programs are not installed by default (at least on my ubuntu 12.04), so I wrote a quick check for that.<br>
<br></div><div>I tried not to brake previous behaviour of the program. Let me know if you see any problems in including this.<br></div><div><br></div>hth<br></div>Dominik<br></div>