dotfiles/bin/passpass
2024-03-11 21:37:22 +01:00

5 lines
115 B
Bash
Executable File

#!/bin/bash -e
xdotool type --clearmodifiers --delay 0 \
"$(pass show "$(cat /tmp/passselect)" | head -n1 -)"