aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/pass.zsh-completion (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: do not use recursion and organizeJason A. Donenfeld2014-03-221-116/+0
|
* Follow symlinks in Zsh completionTom Vincent2014-03-201-1/+1
| | | | | | | 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.
* upate completion scripts for --echo optionBrian Mattern2012-10-031-2/+2
|
* Explicitly use gpg2 rather than relying on symlink.Jason A. Donenfeld2012-09-301-1/+1
|
* Use describe with commands style.Jason A. Donenfeld2012-09-221-20/+29
|
* Normalize copyright headers.Jason A. Donenfeld2012-09-221-7/+3
|
* Bring zsh completion up to parity with bash completionBrian Mattern2012-09-221-59/+92
|
* No more push/pull in zsh script, either.Jason A. Donenfeld2012-09-191-3/+1
|
* add edit command to zsh completionBrian Mattern2012-09-131-1/+8
|
* Skip directories in zsh completionBrian Mattern2012-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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<tab>` -> `pass amazon.com/user at domain.com` while `pass goo<tab>` -> `pass google.com/` (previously, the amazon completion would have stopped at amazon.com despite only a single entry existing)
* default to 'show' command for zsh completionBrian Mattern2012-09-111-0/+1
| | | | this allows completing password entries without explicitly typing 'show'
* Modifying zsh completion to work with OS X home dir location and sedDavid Michael2012-09-101-1/+1
|
* Move completion files to contrib.1.1.4Jason A. Donenfeld2012-09-081-0/+72