- Apr 14, 2014
-
-
Jason A. Donenfeld authored
This relies on a patched version of tree to work, unfortunately. Hopefully upstream will accept our patch. Signed-off-by:
Jason A. Donenfeld <Jason@zx2c4.com>
-
- Apr 13, 2014
-
-
Tobias V. Langhoff authored
An importer script for 1Password. It supports 1Password's text exports (CSV or TSV) and its 1PIF file format (pseudo-JSON). In addition to the passwords it imports notes, as well as the username and URL which it stores in passff- compatible format (it can also use either the title or the URL itself as pass-name).
-
- Mar 22, 2014
-
-
Jason A. Donenfeld authored
-
- Mar 20, 2014
-
-
Erik Mackdanz authored
Repro steps: 1. In KeePass, add some entries as children of the root node 2. Export the KeePass to foo.xml 3. 'keepass2pass.py -f foo.xml' Expect: all entries imported Actual: root-level entries are skipped
-
Philip Chase authored
This patch removes several special characters while attempting to preserve as much meaning in the filename as possible. These changes are made to the KeepassX title before it is used as a file password store filename: - Spaces between words in file names are replaced with camelCasing. - The characters \ | ( ) are each replaced with a hyphen. - Trailing hypens are removed. - @ is replaced with "At" - ' is removed
-
Jason A. Donenfeld authored
-
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.
-