4 lines
128 B
Bash
Executable file
4 lines
128 B
Bash
Executable file
#!/usr/bin/env sh
|
|
set -euo pipefail
|
|
|
|
wl-clipboard-history -p "$(wl-clipboard-history -l 20 | dmenu | cut -d ',' -f1)" | wl-copy
|