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