7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cliphist list | \
|
||
|
fuzzel --dmenu --prompt="> Clip history " | \
|
||
|
cliphist decode | wl-copy
|
||
|
|