aerc: wait-pass now tells you it's waiting

This commit is contained in:
dogeystamp 2023-06-20 12:36:27 -04:00
parent dbbc79b7d8
commit 2fbb63af75
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -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