update
[dotfiles.git] / .config / i3 / gpass.sh
1 #!/bin/bash
2 gpg --quiet --batch --use-agent -d ~/pw/mail.asc | grep -A999 "$1" | grep -B999 -m1 "}}}" | grep -Po "(?<=pass: ).*"