5 lines
195 B
Bash
Executable file
5 lines
195 B
Bash
Executable file
#!/bin/bash
|
|
# The only reason this script exists is because
|
|
# Hyprland, jobrunner, idk does not support piping.
|
|
|
|
cliphist list | ${HOME}/.local/bin/launch-menu "copy" | cliphist decode | wl-copy
|