dot_testing/builds/utils/passmenu

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