5 lines
168 B
Bash
5 lines
168 B
Bash
|
#!/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
|