summaryrefslogtreecommitdiff
path: root/contrib/importers/keepass2csv2pass.py
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2017-09-15 10:06:46 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-09-15 15:51:18 +0200
commitc1b3ff04425844ed88fac2a634232bdb8e2662bc (patch)
tree17232dcb07cab3c623d6a88eb9913a45b3bd9a72 /contrib/importers/keepass2csv2pass.py
parent65cead8c0fdb07ce3821f6b97bdcb32684d0c3f7 (diff)
downloadpass-c1b3ff04425844ed88fac2a634232bdb8e2662bc.tar.gz
pass-c1b3ff04425844ed88fac2a634232bdb8e2662bc.tar.bz2
pass-c1b3ff04425844ed88fac2a634232bdb8e2662bc.zip
passmenu: Don't eat whitespace at beginning/end of password
If IFS (Input Field Separator) is not emptied, read will actually strip spaces and tabs at the beginning/end end of the "line".
Diffstat (limited to 'contrib/importers/keepass2csv2pass.py')
0 files changed, 0 insertions, 0 deletions
/others/pass.git/commit/tests/README?h=1.6.3&id=021e58ac292dcfc852c35091f3adbe8334643889&follow=1'>Move test instructions to INSTALL.Jason A. Donenfeld2-11/+18 2014-04-24tests: we don't use aggregate-resultsJason A. Donenfeld1-57/+0 2014-04-24Don't prompt for questions when stdin is not a tty.Jason A. Donenfeld3-7/+6 2014-04-24Allow overridable bash.Jason A. Donenfeld16-16/+16 2014-04-24dmenu: check for empty instead of ret codeJason A. Donenfeld1-1/+1 2014-04-24tests: sed doesn't like escaped chars on non-gnuJason A. Donenfeld1-1/+1 2014-04-24tests: run from anywhereJason A. Donenfeld13-4/+16 2014-04-24Turns out aliases were a bad idea.Jason A. Donenfeld14-95/+92 2014-04-24Make gpg_opts an array.Jason A. Donenfeld1-12/+12 2014-04-24Shellcheck errors.Jason A. Donenfeld1-6/+6 2014-04-24tests: todo updateJason A. Donenfeld1-25/+0