dotfiles/dotfiles/lib/bin/system_password.sh

5 lines
147 B
Bash
Executable File

#!/usr/bin/env bash
PASSWORD="$(keepasshttp.py --get -u "http://system.com" | jq '.[].password' | unescape.py)"
sleep .1s
xdotool type "$PASSWORD"