- Mar 20, 2014
-
-
Tom Vincent authored
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.
-
- May 19, 2013
-
-
Stefan Simroth authored
-
- Mar 27, 2013
-
-
Jason A. Donenfeld authored
-
- Feb 23, 2013
-
-
Von Welch authored
-
- Jan 18, 2013
-
- Dec 02, 2012
-
-
Jason A. Donenfeld authored
-
- Oct 09, 2012
-
-
Alex Sayers authored
- relicensed to GPLv2+ - added -f command-line flag - added -d DEFAULT_GROUP flag
-
- Oct 07, 2012
-
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
- Oct 03, 2012
-
-
Brian Mattern authored
-
Brian Mattern authored
-
- Sep 30, 2012
-
-
Jason A. Donenfeld authored
-
- Sep 22, 2012
-
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
-
Brian Mattern authored
-
Jason A. Donenfeld authored
-
Jason A. Donenfeld authored
- Only use secret keys - Use entire UID - --with-colons makes parsing easy
-
Brian Mattern authored
-
Brian Mattern authored
only auto-expand if there is a single completion match
-
Jeffrey Ratcliffe authored
-
- Sep 21, 2012
-
-
Brian Mattern authored
-
Brian Mattern authored
-
Dmitry Medvinsky authored
-
Jason A. Donenfeld authored
Common git commands, --reencrypt, --force.
-
Brian Mattern authored
New features: * command name completion (show,insert,generate,etc) * `pass init <tab>` will list email addresses from gpg --list-keys * for 'show' command, if a folder contains a single entry, it will be auto-completed (recursively!) The other commands don't do this since you could be adding a new entry into an existing folder. * option completion (e.g., --clip) Note: I turned off "-o filenames" because it was incompatible with the auto-expansion. So, I instead quote using `printf "%q"` to handle files with spaces and other odd characters.
-
- Sep 20, 2012
-
-
Jeffrey Ratcliffe authored
-
- Sep 19, 2012
-
-
Jason A. Donenfeld authored
-
- Sep 18, 2012
-
-
Juhamatti Niemelä authored
Import passwords as multiline entries with password in the first line. Rest contains following data if they exist in the entry element of the xml file: - username - url - comment
-
Juhamatti Niemelä authored
-
- Sep 17, 2012
-
-
Jason A. Donenfeld authored
-
- Sep 14, 2012
-
-
Jason A. Donenfeld authored
-
Juhamatti Niemelä authored
-
Jeffrey Ratcliffe authored
-
Jason A. Donenfeld authored
This should be removed at somepoint in the future. Currently, the Homebrew people need something to make them happy. This is it.
-
- Sep 13, 2012
-
-
Brian Mattern authored
-
Brian Mattern authored
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)
-
- Sep 11, 2012
-
-
Brian Mattern authored
this allows completing password entries without explicitly typing 'show'
-
- Sep 10, 2012
-
-
David Michael authored
-
- Sep 08, 2012
-