<div dir="ltr">Hi,<div><br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Really? A --tail option? What's wrong with 'pass foo | sed 1d'?<br>

</blockquote><div><br></div><div>What the author of the --tail option wanted it the possibility to copy the password to clipboard, *and* still have access to other information. In the current version of pass, you can either copy or print, but not both.</div>

<div><br></div><div>You could to the same with</div><div>$ pass foo -c; pass foo | sed 1d</div><div>though.</div><div><br></div><div>Cheers,</div><div>Jonas</div></div></div></div>