From ec8134034491e64318028699432d516c6d7561d6 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Tue, 10 Mar 2020 20:11:54 +0100 Subject: [PATCH] Hide password characters in passworder script --- botfiles/.scripts/passworder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botfiles/.scripts/passworder.sh b/botfiles/.scripts/passworder.sh index 96ea7a1..3ac6e3a 100755 --- a/botfiles/.scripts/passworder.sh +++ b/botfiles/.scripts/passworder.sh @@ -1,6 +1,6 @@ #!/usr/bin/env zsh -rofi -dmenu -i -p "Enter your database password" -l 0 | read DBpass +rofi -dmenu -i -p "Enter your database password" -l 0 -password | read DBpass echo $DBpass | keepassxc-cli ls ~/Passwords/keepass.kdbx | grep -v 'Enter' | rofi -dmenu -i -p "Entry list" -l 30 | read entry