summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-03-02 21:49:22 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-03-02 21:49:22 +0100
commit980f6b90fe2ad4b4ec95d13bb6472bb949b215b1 (patch)
treeba38063a176a97458c1a451153a51242e660e832 /plugins
parent3cd0926203e1a6e7c8bd50a8195336c85daf9f25 (diff)
downloadportato-980f6b90fe2ad4b4ec95d13bb6472bb949b215b1.tar.gz
portato-980f6b90fe2ad4b4ec95d13bb6472bb949b215b1.tar.bz2
portato-980f6b90fe2ad4b4ec95d13bb6472bb949b215b1.zip
Fixed interactive search with category names
Diffstat (limited to 'plugins')
0 files changed, 0 insertions, 0 deletions
commit/contrib/emacs/password-store.el?h=1.7.3&id=bffca1ee21a38f1e808fa83e5df2fcf0f808cb9f&follow=1'>emacs: Add defvar for timeout timerPeter Vasil1-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. 2015-10-20lastpass2pass.rb: Check for nil names/groupingsBrian Tomlinson1-3/+3 In particular, people were encountering exceptions when `empty?` was called on a `nil` grouping. 2015-09-30emacs: Guard against "%" in message stringSvend Sorensen1-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%) 2015-07-24passmenu: Space to tabsChris Down1-2/+2 It seems this file doesn't use spaces any more. 2015-07-24passmenu: Only pass first line to xdotoolChris Down1-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. 2015-07-24passmenu: Read from stdin when using xdotool to type passwordChris Down1-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. 2015-05-26emacs: Make `password-store-password-length' customizableNicolas Petton1-3/+10