forked from colonelpanic/dotfiles
[Linux] Add system_password script
This commit is contained in:
parent
5448d7e468
commit
55664d849a
4
dotfiles/lib/bin/system_password.sh
Executable file
4
dotfiles/lib/bin/system_password.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
PASSWORD="$(keepasshttp.py --get -u "http://system.com" | jq '.[].password' | unescape.py)"
|
||||
sleep .1s
|
||||
xdotool type "$PASSWORD"
|
Loading…
Reference in New Issue
Block a user