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

4 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}')"