aerc: wait-pass now tells you it's waiting
This commit is contained in:
parent
dbbc79b7d8
commit
2fbb63af75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user