<html><head></head><body>Funny thing is, I said the same the first time someone answered me that (a week ago) :D<br>
<br>
I can't find that email, but I wrote one: <a href="https://github.com/HacKanCuBa/pass-extension-insertfile">https://github.com/HacKanCuBa/pass-extension-insertfile</a><br>
<br>
Basically, an extension is a file named command.bash in .extensions directory in the store (~/.password-store) that is sourced by the main script.<br>
<br>
Try the following: create example.bash in that dir, set the executable bit (chmod +x ~/.password-store/.extensions/example.bash) and put the following content:<br>
<br>
#!/usr/bin/env bash<br>
echo This is an example pass extension.<br>
<br>
Then run `pass example` and voilà ;)<br>
<br>
Btw, to enable extensions you must:<br>
<br>
export PASSWORD_STORE_ENABLE_EXTENSIONS=true<br>
<br>
Or else:<br>
<br>
PASSWORD_STORE_ENABLE_EXTENSIONS=true pass example<br>
<br>
More info in the man page: man pass.<br>
<br>
Hope it helped. Cheers!<br><br><div class="gmail_quote">On February 5, 2017 10:52:06 AM GMT-03:00, Dusty Mabe <dusty@dustymabe.com> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail"><br /><br />On 02/04/2017 10:52 PM, HacKan Iván wrote:<br /><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> Yo should better implement this as an extension: pass dump.<br /> <br /></blockquote><br />I'm not really sure what you mean by "as an extension". Are there<br />any docs on creating extensions for "pass"? What other extensions<br />already exist?<br /><br />Dusty<br /><hr /><br />Password-Store mailing list<br />Password-Store@lists.zx2c4.com<br /><a href="https://lists.zx2c4.com/mailman/listinfo/password-store">https://lists.zx2c4.com/mailman/listinfo/password-store</a><br /></pre></blockquote></div><br>
-- <br>
HacKan || Iván<br>
GPG: 0x35710D312FDE468B</body></html>