dotfiles/bin/passuser
2024-03-02 17:23:58 +01:00

3 lines
136 B
Bash
Executable file

#!/bin/bash -e
xdotool type --clearmodifiers --delay 0 "$(pass "$(cat /tmp/passselect)" | sed -n '/^Username:/{s/Username:\s*//p;q}')"