5 lines
111 B
Bash
5 lines
111 B
Bash
#!/usr/bin/env bash
|
|
|
|
text=$(clipman pick --tool=STDOUT | fuzzel -d)
|
|
|
|
[[ $text != "" ]] && echo $text | wl-copy
|