<feed xmlns='http://www.w3.org/2005/Atom'>
<title>password-store/contrib/pass.zsh-completion, branch master</title>
<subtitle>Fork of https://git.zx2c4.com/password-store/about/ with support for pass-otp in the dmenu script
</subtitle>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/'/>
<entry>
<title>Makefile: do not use recursion and organize</title>
<updated>2014-03-22T18:03:12+00:00</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2014-03-22T18:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=47fed2c5d47a03fad7b91bfb890eed257e9c1b2d'/>
<id>47fed2c5d47a03fad7b91bfb890eed257e9c1b2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow symlinks in Zsh completion</title>
<updated>2014-03-20T08:24:17+00:00</updated>
<author>
<name>Tom Vincent</name>
<email>pass@tlvince.com</email>
</author>
<published>2013-10-31T16:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=59e0e6eb6f2961a0217af0d7331e5db630fbf2fe'/>
<id>59e0e6eb6f2961a0217af0d7331e5db630fbf2fe</id>
<content type='text'>
If `PASSWORD_STORE_DIR:-$HOME/.password-store` is a symlink, Zsh throws:
`_values:compvalues:10: not enough arguments`.

Passing `-L` to find(1) fixes this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If `PASSWORD_STORE_DIR:-$HOME/.password-store` is a symlink, Zsh throws:
`_values:compvalues:10: not enough arguments`.

Passing `-L` to find(1) fixes this.
</pre>
</div>
</content>
</entry>
<entry>
<title>upate completion scripts for --echo option</title>
<updated>2012-10-03T16:29:59+00:00</updated>
<author>
<name>Brian Mattern</name>
<email>rephorm@rephorm.com</email>
</author>
<published>2012-10-03T16:29:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=2e70dee860095299238084c0d7a9f173e0e7eb29'/>
<id>2e70dee860095299238084c0d7a9f173e0e7eb29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly use gpg2 rather than relying on symlink.</title>
<updated>2012-09-30T16:28:28+00:00</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2012-09-30T16:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=3b16d1d3fbd221724378475085a1170997d732b5'/>
<id>3b16d1d3fbd221724378475085a1170997d732b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use describe with commands style.</title>
<updated>2012-09-22T21:15:25+00:00</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2012-09-22T21:15:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=a1811d68b7949150bca11b5ccfd30264cc7e0eab'/>
<id>a1811d68b7949150bca11b5ccfd30264cc7e0eab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize copyright headers.</title>
<updated>2012-09-22T18:51:41+00:00</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2012-09-22T18:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=bec01e1d366081f922dbac651944948bc5f29ec7'/>
<id>bec01e1d366081f922dbac651944948bc5f29ec7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring zsh completion up to parity with bash completion</title>
<updated>2012-09-22T18:41:50+00:00</updated>
<author>
<name>Brian Mattern</name>
<email>rephorm@rephorm.com</email>
</author>
<published>2012-09-22T18:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=13dbf1359a3f3e5b4a5f461e07ffada14b7129e1'/>
<id>13dbf1359a3f3e5b4a5f461e07ffada14b7129e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>No more push/pull in zsh script, either.</title>
<updated>2012-09-19T13:49:38+00:00</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2012-09-19T13:49:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=b932448df7914d70682b64987c5e82c246f83f19'/>
<id>b932448df7914d70682b64987c5e82c246f83f19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add edit command to zsh completion</title>
<updated>2012-09-13T06:02:11+00:00</updated>
<author>
<name>Brian Mattern</name>
<email>rephorm@rephorm.com</email>
</author>
<published>2012-09-13T05:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=36a453ed91407dec1bb2215e0a871d23c0645305'/>
<id>36a453ed91407dec1bb2215e0a871d23c0645305</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip directories in zsh completion</title>
<updated>2012-09-13T05:59:58+00:00</updated>
<author>
<name>Brian Mattern</name>
<email>rephorm@rephorm.com</email>
</author>
<published>2012-09-13T05:59:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.m-chrzan.xyz/password-store/commit/?id=bdc0960d68d2ab6e4f078356092f97ccae15f0b4'/>
<id>bdc0960d68d2ab6e4f078356092f97ccae15f0b4</id>
<content type='text'>
this allows the full entry to be completed with a single tab if there is
only one entry in a folder

e.g., given:

 amazon.com
     user at domain.com
 google.com
     user1
     user2

`pass am&lt;tab&gt;` -&gt; `pass amazon.com/user at domain.com`

while

`pass goo&lt;tab&gt;` -&gt; `pass google.com/`

(previously, the amazon completion would have stopped at amazon.com
despite only a single entry existing)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this allows the full entry to be completed with a single tab if there is
only one entry in a folder

e.g., given:

 amazon.com
     user at domain.com
 google.com
     user1
     user2

`pass am&lt;tab&gt;` -&gt; `pass amazon.com/user at domain.com`

while

`pass goo&lt;tab&gt;` -&gt; `pass google.com/`

(previously, the amazon completion would have stopped at amazon.com
despite only a single entry existing)
</pre>
</div>
</content>
</entry>
</feed>
