password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit b464e33fe86fc6145e351846c382188934a1e815
parent fc625c5cc61696e9268d80b7e1d17b8435579600
Author: Chris Down <chris@chrisdown.name>
Date:   Fri, 24 Jul 2015 12:08:38 -0700

passmenu: Space to tabs

It seems this file doesn't use spaces any more.

Diffstat:
Mcontrib/dmenu/passmenu | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/dmenu/passmenu b/contrib/dmenu/passmenu @@ -21,6 +21,6 @@ if [[ $typeit -eq 0 ]]; then pass show -c "$password" 2>/dev/null else pass show "$password" | - awk 'BEGIN{ORS=""} {print; exit}' | - xdotool type --clearmodifiers --file - + awk 'BEGIN{ORS=""} {print; exit}' | + xdotool type --clearmodifiers --file - fi