10 lines
162 B
Plaintext
Executable File
10 lines
162 B
Plaintext
Executable File
# wrapper around rbw
|
|
|
|
rbw-x11-prompt
|
|
|
|
resp=$(rbw list | dmenu)
|
|
|
|
rbw get "$resp" | xclip -selection clipboard
|
|
sleep 15
|
|
echo "cleared" | xclip -selection clipboard
|