10 lines
171 B
Plaintext
Executable File
10 lines
171 B
Plaintext
Executable File
# wrapper around rbw
|
|
|
|
prompt_for_rbw_password
|
|
|
|
resp=$(rbw list | tmenu)
|
|
|
|
rbw get "$resp" | xclip -selection clipboard
|
|
sleep 15
|
|
echo "cleared" | xclip -selection clipboard
|