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