Added QR Code

This commit is contained in:
James Patrick 2020-08-16 17:40:27 -04:00
parent bca8d466b6
commit e000e0e586
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Autotype
Username
Password
Page
QR
EOF
);
@ -39,6 +40,9 @@ case "$RESP" in
Page)
pass "$PASSFILE" | LESS=R less
;;
QR)
swaymsg exec "pass show \"${PASSFILE}\" --qrcode"
;;
*)
exit 1
esac