Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dmenu: read likes -r | Jason A. Donenfeld | 2016-02-07 | 1 | -1/+1 |
| | |||||
* | Moved to webpage | Jason A. Donenfeld | 2016-02-06 | 1 | -7/+0 |
| | |||||
* | keepass2csv2pass | David Francoeur | 2016-02-06 | 1 | -0/+62 |
| | | | | The CSV is generated by KeePassX 2.0 on Mac OSX | ||||
* | passmenu: group commands | Jason A. Donenfeld | 2016-02-06 | 1 | -1/+1 |
| | |||||
* | passmenu: Use faster built-in | Jason A. Donenfeld | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | Add importer for Password Exporter for Firefox | Daniele Pizzolli | 2016-02-05 | 1 | -0/+181 |
| | | | | | | | | | | | To assist the migration from the default Firefox password store to passff. Add also some basic tests. More info at: - <https://addons.mozilla.org/en-US/firefox/addon/password-exporter> - <https://addons.mozilla.org/en-US/firefox/addon/passff> | ||||
* | passmenu: don't use awk | Jason A. Donenfeld | 2016-02-05 | 1 | -2/+1 |
| | | | | | | | | Prof. Aho always seemed neat, but parsing a script inside a script for the simple purpose of removing the trailing new line seems a bit absurd. So, instead use two processes! One for getting the first line and one for removing the trailing line. Everybody loves more calls to fork(), right? | ||||
* | keepass2pass.py: Don't import all entries twice | Martin Günther | 2016-02-05 | 1 | -7/+4 |
| | | | | | | | | | Without this patch, all entries are processed twice: once in the first call to import_group (which recursively processes all entries), then in the following import_group on all subgroups. This leads to spurious warnings ("Duplicate needs merging") and extra text added to each entry. | ||||
* | emacs: Add defvar for timeout timer | Peter Vasil | 2015-10-27 | 1 | -1/+8 |
| | | | | | Use a defvar for the timeout timer in order to have better control and not starting multiple timers when calling password-store-copy. | ||||
* | lastpass2pass.rb: Check for nil names/groupings | Brian Tomlinson | 2015-10-20 | 1 | -3/+3 |
| | | | | | In particular, people were encountering exceptions when `empty?` was called on a `nil` grouping. | ||||
* | emacs: Guard against "%" in message string | Svend Sorensen | 2015-09-30 | 1 | -5/+5 |
| | | | | | | | | | | | The output of pass may contain "%", which will cause `message` to throw the error: "Not enough arguments for format string". For example, `pass rename foo bar` outputs: [master c33f7a9] Rename foo to bar. 1 file changed, 0 insertions(+), 0 deletions(-) rename foo.gpg => bar.gpg (100%) | ||||
* | passmenu: Space to tabs | Chris Down | 2015-07-24 | 1 | -2/+2 |
| | | | | It seems this file doesn't use spaces any more. | ||||
* | passmenu: Only pass first line to xdotool | Chris Down | 2015-07-24 | 1 | -1/+3 |
| | | | | | In 87ec1489fa98, I forgot that some people like to store more than one line in their password files. We should only pass the first line to xdotool. | ||||
* | passmenu: Read from stdin when using xdotool to type password | Chris Down | 2015-07-24 | 1 | -1/+1 |
| | | | | | | | This works around a bug in xdotool parsing when encountering quotes, see https://github.com/jordansissel/xdotool/issues/72. Thanks to Gerd Wachsmuth for the report. | ||||
* | emacs: Make `password-store-password-length' customizable | Nicolas Petton | 2015-05-26 | 1 | -3/+10 |
| | |||||
* | lastpass importer: more types supported and better checking | Raphaël Droz | 2015-05-11 | 1 | -3/+7 |
| | |||||
* | contrib: add applescript support | Steffen Vogel | 2015-05-11 | 1 | -0/+92 |
| | |||||
* | Add roboform import script. | Jason A. Donenfeld | 2015-05-11 | 1 | -0/+162 |
| | |||||
* | Correct permissions | Jason A. Donenfeld | 2015-05-11 | 1 | -0/+0 |
| | |||||
* | emacs: Remove dash from Package-Requires | Svend Sorensen | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | emacs: Remove dependency on dash | Svend Sorensen | 2015-03-23 | 1 | -2/+1 |
| | | | | Use delq instead of -reject from the dash package. | ||||
* | emacs: Use spaces for indentation | Svend Sorensen | 2015-03-22 | 1 | -19/+19 |
| | |||||
* | emacs: Separate stdout and stderr | Svend Sorensen | 2015-03-16 | 1 | -5/+10 |
| | | | | | This fixes a problem where gnupg-agent messages would get mixed with the password content. | ||||
* | Add tejr's script | Jason A. Donenfeld | 2015-01-15 | 1 | -0/+46 |
| | |||||
* | emacs: Quote shell arguments | Svend Sorensen | 2015-01-08 | 1 | -1/+4 |
| | | | | | Quote shell arguments for insert so that it handles passwords and entry names that contain special characters. | ||||
* | keepassx2pass: Handle unicode | Thibaut Horel | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | revelation2pass: fix import from entries without passwords | Daniel Poelzleithner | 2014-07-16 | 1 | -1/+4 |
| | |||||
* | passmenu: type text with xdotool | Jason A. Donenfeld | 2014-06-29 | 2 | -3/+17 |
| | | | | Suggested-by: Christoph Egger <christoph@christoph-egger.org> | ||||
* | keepassx2pass: Substitute empty string for None | Andrew Spiers | 2014-06-29 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | If keepassx2pass.py is given an xml file containing passwords with an empty title, like <title></title>, ElementTree.text returns None. This commit substitutes an empty string; which will produce a password with name '_', instead of raising AtttributeError, as shown in this exception:: Traceback (most recent call last): File "contrib/importers/keepassx2pass.py", line 80, in <module> main(sys.argv[1]) File "contrib/importers/keepassx2pass.py", line 77, in main import_group(group) File "contrib/importers/keepassx2pass.py", line 71, in import_group import_entry(entry, npath) File "contrib/importers/keepassx2pass.py", line 58, in import_entry print "Importing " + path_for(element, path) File "contrib/importers/keepassx2pass.py", line 37, in path_for title = cleanTitle(space_to_camelcase(element.find('title').text)) File "contrib/importers/keepassx2pass.py", line 16, in space_to_camelcase for word in value.split(" "): AttributeError: 'NoneType' object has no attribute 'split' | ||||
* | emacs: Use PASSWORD_STORE_CLIP_TIME env variable | Svend Sorensen | 2014-06-16 | 1 | -4/+7 |
| | | | | | Timeout password after PASSWORD_STORE_CLIP_TIME seconds, if set. Otherwise timeout after 45 seconds. These are the setting used by pass. | ||||
* | emacs: Use when instead of if/progn | Svend Sorensen | 2014-06-16 | 1 | -5/+4 |
| | |||||
* | emacs: Update pass website URL | Svend Sorensen | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | Implement interactive init function | Svend Sorensen | 2014-05-07 | 1 | -0/+8 |
| | |||||
* | Implement interactive rename function | Svend Sorensen | 2014-05-07 | 1 | -0/+7 |
| | |||||
* | Reorder interactive function to match order of helper functions | Svend Sorensen | 2014-05-07 | 1 | -13/+13 |
| | |||||
* | Make edit helper function name consistent with other helpers | Svend Sorensen | 2014-05-07 | 1 | -1/+1 |
| | |||||
* | Factor out password completing-read function | Svend Sorensen | 2014-05-07 | 1 | -4/+8 |
| | |||||
* | Add dash to Package-Requires | Svend Sorensen | 2014-05-07 | 1 | -1/+1 |
| | |||||
* | Import new kwallet importer. | Jason A. Donenfeld | 2014-05-06 | 1 | -0/+121 |
| | |||||
* | Add (provide 'password-store) to end of package | Svend Sorensen | 2014-05-05 | 1 | -0/+2 |
| | |||||
* | password-length is already a number | Svend Sorensen | 2014-05-05 | 1 | -1/+1 |
| | |||||
* | Add recursive option to remove, remove force option | Svend Sorensen | 2014-05-04 | 1 | -2/+3 |
| | | | | Optional force does not make sense for non-interactive remove function. | ||||
* | Move s-chomp to run function | Svend Sorensen | 2014-05-04 | 1 | -4/+4 |
| | |||||
* | Implement pass command wrapper functions | Svend Sorensen | 2014-05-04 | 1 | -4/+59 |
| | |||||
* | Remove nils from run argument list | Svend Sorensen | 2014-05-04 | 2 | -3/+5 |
| | |||||
* | Rename pass executable variable | Svend Sorensen | 2014-05-04 | 1 | -3/+3 |
| | |||||
* | Indent using spaces | Svend Sorensen | 2014-04-24 | 1 | -11/+11 |
| | |||||
* | dmenu: hide output | Jason A. Donenfeld | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Allow overridable bash. | Jason A. Donenfeld | 2014-04-24 | 2 | -2/+2 |
| | |||||
* | dmenu: check for empty instead of ret code | Jason A. Donenfeld | 2014-04-24 | 1 | -1/+1 |
| |