summaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Collapse)Author
2012-09-17Abstract potentially platform specific commands into their own commands.Jason A. Donenfeld
2012-09-15Use --force flag in keepassx import.Jason A. Donenfeld
2012-09-15Script for importing password data XML from KeepassX to password-store.Juhamatti Niemelä
2012-09-15Perl script for importing an xml from fpm2.Jeffrey Ratcliffe
2012-09-14Put OSX ramdisk patch into contrib.Jason A. Donenfeld
This should be removed at somepoint in the future. Currently, the Homebrew people need something to make them happy. This is it.
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