summaryrefslogtreecommitdiff
path: root/contrib (follow)
Commit message (Expand)AuthorAgeFilesLines
* pwsafe2pass: add importerSam Mason2017-02-251-0/+40
* keepassx2pass: port to python3Fabio Zanini2017-02-251-7/+8
* keepasss2csv2pass: improve and make more flexibleNathan Sommer2017-02-251-52/+176
* 1password2pass: modernizationAlex Dunn2016-12-211-15/+23
* dmenu: read likes -rJason A. Donenfeld2016-02-071-1/+1
* Moved to webpageJason A. Donenfeld2016-02-061-7/+0
* keepass2csv2passDavid Francoeur2016-02-061-0/+62
* passmenu: group commandsJason A. Donenfeld2016-02-061-1/+1
* passmenu: Use faster built-inJason A. Donenfeld2016-02-051-1/+1
* Add importer for Password Exporter for FirefoxDaniele Pizzolli2016-02-051-0/+181
* passmenu: don't use awkJason A. Donenfeld2016-02-051-2/+1
* keepass2pass.py: Don't import all entries twiceMartin Günther2016-02-051-7/+4
* emacs: Add defvar for timeout timerPeter Vasil2015-10-271-1/+8
* lastpass2pass.rb: Check for nil names/groupingsBrian Tomlinson2015-10-201-3/+3
* emacs: Guard against "%" in message stringSvend Sorensen2015-09-301-5/+5
* passmenu: Space to tabsChris Down2015-07-241-2/+2
* passmenu: Only pass first line to xdotoolChris Down2015-07-241-1/+3
* passmenu: Read from stdin when using xdotool to type passwordChris Down2015-07-241-1/+1
* emacs: Make `password-store-password-length' customizableNicolas Petton2015-05-261-3/+10
* lastpass importer: more types supported and better checkingRaphaël Droz2015-05-111-3/+7
* contrib: add applescript supportSteffen Vogel2015-05-111-0/+92
* Add roboform import script.Jason A. Donenfeld2015-05-111-0/+162
* Correct permissionsJason A. Donenfeld2015-05-111-0/+0
* emacs: Remove dash from Package-RequiresSvend Sorensen2015-03-231-1/+1
* emacs: Remove dependency on dashSvend Sorensen2015-03-231-2/+1
* emacs: Use spaces for indentationSvend Sorensen2015-03-221-19/+19
* emacs: Separate stdout and stderrSvend Sorensen2015-03-161-5/+10
* Add tejr's scriptJason A. Donenfeld2015-01-151-0/+46
* emacs: Quote shell argumentsSvend Sorensen2015-01-081-1/+4
* keepassx2pass: Handle unicodeThibaut Horel2014-09-211-1/+1
* revelation2pass: fix import from entries without passwordsDaniel Poelzleithner2014-07-161-1/+4
* passmenu: type text with xdotoolJason A. Donenfeld2014-06-292-3/+17
* keepassx2pass: Substitute empty string for NoneAndrew Spiers2014-06-291-1/+4
* emacs: Use PASSWORD_STORE_CLIP_TIME env variableSvend Sorensen2014-06-161-4/+7
* emacs: Use when instead of if/prognSvend Sorensen2014-06-161-5/+4
* emacs: Update pass website URLSvend Sorensen2014-06-161-1/+1
* Implement interactive init functionSvend Sorensen2014-05-071-0/+8
* Implement interactive rename functionSvend Sorensen2014-05-071-0/+7
* Reorder interactive function to match order of helper functionsSvend Sorensen2014-05-071-13/+13
* Make edit helper function name consistent with other helpersSvend Sorensen2014-05-071-1/+1
* Factor out password completing-read functionSvend Sorensen2014-05-071-4/+8
* Add dash to Package-RequiresSvend Sorensen2014-05-071-1/+1
* Import new kwallet importer.Jason A. Donenfeld2014-05-061-0/+121
* Add (provide 'password-store) to end of packageSvend Sorensen2014-05-051-0/+2
* password-length is already a numberSvend Sorensen2014-05-051-1/+1
* Add recursive option to remove, remove force optionSvend Sorensen2014-05-041-2/+3
* Move s-chomp to run functionSvend Sorensen2014-05-041-4/+4
* Implement pass command wrapper functionsSvend Sorensen2014-05-041-4/+59
* Remove nils from run argument listSvend Sorensen2014-05-042-3/+5
* Rename pass executable variableSvend Sorensen2014-05-041-3/+3
da804b75d&follow=1'>configure git to decrypt gpg files automaticallySamuel Le Thiec1-0/+5 - usefull for git commands showing diff, e.g.: pass git log -p - from what I can see, not 'cleartext' temporary files are created 2014-05-08completion: add new generate flagsJason A. Donenfeld3-2/+7 2014-05-08inplace: mutually exclusive with forceJason A. Donenfeld2-3/+3 2014-05-08usage: tab to spacesJason A. Donenfeld1-1/+1 2014-05-08generate: use nice ansi colors instead.Jason A. Donenfeld1-3/+2 Revert "Mute git-commit messages to make pass insert readable" This reverts commit f30ce6374d554e704162d5fa8e49acd9c6fd0ecc. I decided I like the git output. Instead highlight generated passwords using nice terminal output instead. 2014-05-08zsh: posix compatible sed fix for zsh-completionJason A. Donenfeld1-1/+1 This reverts commit 56381287a16792b4c6410f07db68e02f3574c213, and further fixes things. 2014-05-07Implement interactive init functionSvend Sorensen1-0/+8 2014-05-07Implement interactive rename functionSvend Sorensen1-0/+7 2014-05-07Reorder interactive function to match order of helper functionsSvend Sorensen1-13/+13 2014-05-07Make edit helper function name consistent with other helpersSvend Sorensen1-1/+1 2014-05-07Factor out password completing-read functionSvend Sorensen1-4/+8 2014-05-07Add dash to Package-RequiresSvend Sorensen1-1/+1 2014-05-06Force sane sort order.Jason A. Donenfeld1-2/+2 2014-05-06generate: add --in-place optionJason A. Donenfeld4-9/+33