[pass] [pabs at debian.org: Bug#689276: pass: the password prompt does not hide passwords like passwd does]

Brian Mattern rephorm at rephorm.com
Wed Oct 3 18:31:49 CEST 2012


On Wed, 03 Oct 2012, Jason A. Donenfeld wrote:

> http://git.zx2c4.com/password-store/commit/?id=94d9b4390f7b0a01b6aa6ad91439570b7cbef967

I updated the bash and zsh completion scripts to account for this change. However, I
don't have write permission on the fish script. Patch attached (untested
since I don't have fish).

Brian
-------------- next part --------------
diff --git a/contrib/pass.fish-completion b/contrib/pass.fish-completion
index bfcd0f0..9130d1f 100644
--- a/contrib/pass.fish-completion
+++ b/contrib/pass.fish-completion
@@ -69,7 +69,7 @@ complete -c $PROG -f -A -n '__fish_pass_needs_command' -a ls -d 'Command: list p
 complete -c $PROG -f -A -n '__fish_pass_uses_command ls' -a "(__fish_pass_print_entry_dirs)"
 
 complete -c $PROG -f -A -n '__fish_pass_needs_command' -a insert -d 'Command: insert new password'
-complete -c $PROG -f -A -n '__fish_pass_uses_command insert' -s n -l no-echo -d 'Do not echo the password on console'
+complete -c $PROG -f -A -n '__fish_pass_uses_command insert' -s e -l echo -d 'Echo the password on console'
 complete -c $PROG -f -A -n '__fish_pass_uses_command insert' -s m -l multiline -d 'Provide multiline password entry'
 complete -c $PROG -f -A -n '__fish_pass_uses_command insert' -s f -l force -d 'Do not prompt before overwritting'
 complete -c $PROG -f -A -n '__fish_pass_uses_command insert' -a "(__fish_pass_print_entry_dirs)"


More information about the Password-Store mailing list