dot_testing/builds/utils/rbw-dmenu-list

10 lines
162 B
Plaintext
Raw Permalink Normal View History

2024-04-15 19:33:35 -05:00
# wrapper around rbw
2024-12-25 07:29:11 -06:00
rbw-x11-prompt
2024-06-29 20:10:04 -05:00
2024-12-25 07:29:11 -06:00
resp=$(rbw list | dmenu)
2024-04-15 19:33:35 -05:00
rbw get "$resp" | xclip -selection clipboard
sleep 15
echo "cleared" | xclip -selection clipboard