feat: add quickpass

This commit is contained in:
Leon Schwarzäugl 2025-11-17 22:48:33 +01:00 committed by Leon Schwarzäugl
parent 6b01f9d032
commit 66a543abf7
3 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,12 @@
shopt -s nullglob globstar
notify-send "$(env | grep -E 'WAYLAND|SWAY')"
password="$1"
pass show "$password" | {
IFS= read -r pass
printf %s "$pass"
} | wtype -
notify-send -u critical -a pass -t 1000 "Typed Password"