dot_testing/builds/utils/passmenu

10 lines
171 B
Plaintext
Raw Permalink Normal View History

2024-04-15 19:33:35 -05:00
# wrapper around rbw
2024-07-24 13:20:24 -05:00
prompt_for_rbw_password
2024-06-29 20:10:04 -05:00
2024-04-15 19:33:35 -05:00
resp=$(rbw list | tmenu)
rbw get "$resp" | xclip -selection clipboard
sleep 15
echo "cleared" | xclip -selection clipboard