summaryrefslogtreecommitdiff
path: root/contrib/pass.zsh-completion
diff options
context:
space:
mode:
authorBrian Mattern <rephorm@rephorm.com>2012-09-12 22:24:20 -0700
committerJason A. Donenfeld <Jason@zx2c4.com>2012-09-13 07:51:40 +0200
commit3955cb4678948013fc7e871574f7eef7cc556c99 (patch)
treeee34ac46dcd318c18b123edf2abfff258770d616 /contrib/pass.zsh-completion
parent9fe3cb21e1193ede695bc790a5c476b009aef895 (diff)
downloadpass-3955cb4678948013fc7e871574f7eef7cc556c99.tar.gz
pass-3955cb4678948013fc7e871574f7eef7cc556c99.tar.bz2
pass-3955cb4678948013fc7e871574f7eef7cc556c99.zip
prevent <ctrl-c> on password entry from wiping out file
Currently, if you hit ctrl-c at the standard 'Enter password' prompt, since it is piped directly to gpg, the entry gets cleared. Trying to read from that entry results in: gpg: [don't know]: 1st length byte missing This patch fixes this. Tweaked by Jason A. Donenfeld <Jason@zx2c4.com> to add GNU readline features by using -e in read.
Diffstat (limited to 'contrib/pass.zsh-completion')
0 files changed, 0 insertions, 0 deletions
td>Jason A. Donenfeld1-2/+1 2012-08-19now using gpg_id as a varMatthew Ramirez1-2/+2 2012-08-07Forty five seconds.Jason A. Donenfeld1-1/+1 2012-08-06Deal with klipper and new lines.Jason A. Donenfeld1-3/+19 2012-08-06Update examples.Jason A. Donenfeld1-7/+7 2012-08-06Update readme.Jason A. Donenfeld1-11/+13 2012-08-06Be slicker and more like git.Jason A. Donenfeld1-114/+173