4 lines
168 B
Bash
Executable file
4 lines
168 B
Bash
Executable file
#!/bin/bash
|
|
# The only reason this script exists is because
|
|
# Hyprland, jobrunner, idk does not support piping.
|
|
cliphist list | launch-menu | cliphist decode | wl-copy
|