dotfiles/bin/passpass

3 lines
104 B
Bash
Executable file

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