Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add edit command to zsh completion | Brian Mattern | 2012-09-13 | 1 | -1/+8 |
| | |||||
* | Skip directories in zsh completion | Brian Mattern | 2012-09-13 | 1 | -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 completion | Brian Mattern | 2012-09-11 | 1 | -0/+1 |
| | | | | this allows completing password entries without explicitly typing 'show' | ||||
* | Modifying zsh completion to work with OS X home dir location and sed | David Michael | 2012-09-10 | 1 | -1/+1 |
| | |||||
* | Move completion files to contrib.1.1.4 | Jason A. Donenfeld | 2012-09-08 | 1 | -0/+72 |