<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>pass can't do this, as it can't use files as output which are
outside .password-store.</p>
<p>you can use this command instead for a 32 length alphanumeric
passphrase:</p>
<p>cat /dev/urandom <span class="pl-k">|</span> tr -dc <span
class="pl-s"><span class="pl-pds">'</span>a-zA-Z0-9<span
class="pl-pds">'</span></span> <span class="pl-k">|</span>
fold -w 32 <span class="pl-k">|</span> head -n 1</p>
<p>I hope this helps :)</p>
<p>b3yond<br>
</p>
<br>
<div class="moz-cite-prefix">On 14.11.2017 13:21, Alan Orth wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAKKdN4VjjscjaTqT=Ydt79AFSc-kWweRzSSjf=uZLUYMoviwLg@mail.gmail.com">
<div dir="ltr">Hello,
<div><br>
</div>
<div>I'm wondering how to make pass print a generated password
to stdout. Sometimes I need to generate a password that I
don't want or need to store. It would be nice if I could just
use pass generate for that. Currently it seems that the
"pass-name" argument is mandatory.</div>
<div><br>
</div>
<div>Thank you,</div>
</div>
<div dir="ltr">-- <br>
</div>
<div class="gmail_signature" data-smartmail="gmail_signature">
<p dir="ltr">Alan Orth<br>
<a href="mailto:alan.orth@gmail.com" moz-do-not-send="true">alan.orth@gmail.com</a><br>
<a href="https://picturingjordan.com" moz-do-not-send="true">https://picturingjordan.com</a><br>
<a href="https://englishbulgaria.net" moz-do-not-send="true">https://englishbulgaria.net</a><br>
<a href="https://mjanja.ch" moz-do-not-send="true">https://mjanja.ch</a></p>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Password-Store mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Password-Store@lists.zx2c4.com">Password-Store@lists.zx2c4.com</a>
<a class="moz-txt-link-freetext" href="https://lists.zx2c4.com/mailman/listinfo/password-store">https://lists.zx2c4.com/mailman/listinfo/password-store</a>
</pre>
</blockquote>
<br>
</body>
</html>