Files
colorshell/hypr/scripts/clipboard-menu.sh
T
retrozinndev 92e96ee7d5 hypr: stuff
2025-02-04 12:40:03 -03:00

8 lines
154 B
Bash

#!/usr/bin/env bash
cliphist list | anyrun --plugins libstdin.so | read pipe
if [[ ! -z "$pipe" ]]; then
echo $pipe | cliphist decode | wl-copy
fi