8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
|
# wrapper around rbw
|
||
|
|
||
|
resp=$(rbw list | tmenu)
|
||
|
|
||
|
rbw get "$resp" | xclip -selection clipboard
|
||
|
sleep 15
|
||
|
echo "cleared" | xclip -selection clipboard
|