5 lines
127 B
Bash
Executable file
5 lines
127 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# clipboard script
|
|
|
|
cliphist list | $RUNNER -l 10 -p "[ Clipboard] " | cliphist decode | wl-copy
|