summaryrefslogtreecommitdiff
path: root/portato/backend/__init__.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-01-28 12:45:01 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-01-28 12:45:01 +0100
commit804606b721296a3dc6b4d386eaa3336ae772c9a2 (patch)
tree280b2719684ccaef6c837b72747cf5918b2ad5e5 /portato/backend/__init__.py
parent1e15be78f10ea1fbcc33d7b8dfe42433f447092d (diff)
downloadportato-804606b721296a3dc6b4d386eaa3336ae772c9a2.tar.gz
portato-804606b721296a3dc6b4d386eaa3336ae772c9a2.tar.bz2
portato-804606b721296a3dc6b4d386eaa3336ae772c9a2.zip
First 'db' layout
Diffstat (limited to 'portato/backend/__init__.py')
0 files changed, 0 insertions, 0 deletions
span title='2015-07-24 12:08:38 -0700'>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