dot_testing/builds/utils/passmenu

10 lines
178 B
Plaintext
Executable File

# wrapper around rbw
st -c tmenu-prompt -e rbw list
resp=$(rbw list | tmenu)
rbw get "$resp" | xclip -selection clipboard
sleep 15
echo "cleared" | xclip -selection clipboard