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
|