summaryrefslogtreecommitdiff
path: root/portato/plugins/resume_loop.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-06-08 01:33:35 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-06-08 01:33:35 +0200
commit4b9873e84d0fdbab128ce974edcf4cf2169e9b89 (patch)
tree3734a4eae95a8fd14698e44b270903038c0838ba /portato/plugins/resume_loop.py
parent484cef45413af0eadcc8f312a0df66de83ff4ba9 (diff)
downloadportato-4b9873e84d0fdbab128ce974edcf4cf2169e9b89.tar.gz
portato-4b9873e84d0fdbab128ce974edcf4cf2169e9b89.tar.bz2
portato-4b9873e84d0fdbab128ce974edcf4cf2169e9b89.zip
Make selection work with the other cat layout
Diffstat (limited to 'portato/plugins/resume_loop.py')
0 files changed, 0 insertions, 0 deletions
a href='/others/pass.git/commit/src/password-store.sh?id=85c48b6ac41d58abc5fae1c24b0f9616f2ea0cbf&follow=1'>Version bump ahead of release.Jason A. Donenfeld1-1/+1 2014-03-22Makefile: do not use recursion and organizeJason A. Donenfeld12-9/+7 2014-03-22clip: suppress kill errorJason A. Donenfeld2-3/+3 2014-03-22clip: do not race on osxJason A. Donenfeld1-5/+5 2014-03-22clip: use pkill instead of procJason A. Donenfeld1-1/+1 2014-03-20Keepass import should include root-level entriesErik Mackdanz1-0/+1 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 2014-03-20keepassx2pass: friendly title fieldPhilip Chase1-1/+24 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