3 lines
119 B
Bash
Executable file
3 lines
119 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cliphist list | fuzzel --dmenu --prompt "Copy: " | cliphist decode | awk '{$1=$1};1' | head -c -1 | wl-copy
|