From 2fbb63af757e6ba6dff79f833b3b5fc0f63c7e3b Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Tue, 20 Jun 2023 12:36:27 -0400 Subject: [PATCH] aerc: wait-pass now tells you it's waiting --- src/.config/aerc/scripts/wait-pass.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.config/aerc/scripts/wait-pass.sh b/src/.config/aerc/scripts/wait-pass.sh index d2352c4..c5e131c 100755 --- a/src/.config/aerc/scripts/wait-pass.sh +++ b/src/.config/aerc/scripts/wait-pass.sh @@ -1,5 +1,7 @@ # https://man.sr.ht/~rjarry/aerc/integrations/password-manager.md +echo "Waiting for you to open the password manager..." > /dev/tty + secret-tool lookup "$1" "$2" # wait until the password is available while [ $? != 0 ]; do