summaryrefslogtreecommitdiff
path: root/contrib/keepass2pass.py
diff options
context:
space:
mode:
authorPhilip Chase <philipbchase@gmail.com>2014-03-20 02:25:45 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2014-03-20 02:25:45 -0600
commit2bac6dd4bdc7f666057df1943d80d7c0cf31efd8 (patch)
treefe0f5158a17ce16f95af0c9080dbf6b0cef02a42 /contrib/keepass2pass.py
parent60c8957c84a8f70ddc549dc614b6d35981cb1291 (diff)
downloadpass-2bac6dd4bdc7f666057df1943d80d7c0cf31efd8.tar.gz
pass-2bac6dd4bdc7f666057df1943d80d7c0cf31efd8.tar.bz2
pass-2bac6dd4bdc7f666057df1943d80d7c0cf31efd8.zip
keepassx2pass: friendly title field
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
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
d-store.sh?h=1.5&id=a41ce86e2315202311765cba144be71b36f90e82&follow=1'>gpg: allow the use of gpg1 with or without agentJason A. Donenfeld1-10/+15 2014-03-22clip: rename SELECTION to X_SELECTIONJason A. Donenfeld2-6/+6 2014-03-22Version 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 2014-03-20keepassx2pass: friendly title fieldPhilip Chase1-1/+24