dot_testing/builds/utils/passmenu

10 lines
178 B
Plaintext
Raw Normal View History

2024-04-15 19:33:35 -05:00
# wrapper around rbw
2024-06-29 20:10:04 -05:00
st -c tmenu-prompt -e rbw list
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