aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Collapse)Author
2012-09-13add edit command to zsh completionBrian Mattern
2012-09-13Skip directories in zsh completionBrian Mattern
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)
2012-09-11default to 'show' command for zsh completionBrian Mattern
this allows completing password entries without explicitly typing 'show'
2012-09-10Modifying zsh completion to work with OS X home dir location and sedDavid Michael
2012-09-08Move completion files to contrib.1.1.4Jason A. Donenfeld