dotfiles/dot_config/fuzzel/executable_fuzzel-clipman.sh

6 lines
111 B
Bash
Raw Permalink Normal View History

2023-12-27 01:48:11 +01:00
#!/usr/bin/env bash
text=$(clipman pick --tool=STDOUT | fuzzel -d)
[[ $text != "" ]] && echo $text | wl-copy