I Would like to see a clipboard history picker built into hyprlauncher.
The idea is type a prefix (like ,) and you get a fuzzy-searchable list of stuff you've copied before. Pick one, it gets copied back to your clipboard. No extra tools needed since hyprlauncher could just watch the clipboard itself with wl-paste --watch.
There was an old PR (#13) that tried something similar but it relied on cliphist and went stale. A self-contained approach would be better at least for start.
Happy to work on a PR if this sounds good!
I Would like to see a clipboard history picker built into hyprlauncher.
The idea is type a prefix (like
,) and you get a fuzzy-searchable list of stuff you've copied before. Pick one, it gets copied back to your clipboard. No extra tools needed since hyprlauncher could just watch the clipboard itself withwl-paste --watch.There was an old PR (#13) that tried something similar but it relied on cliphist and went stale. A self-contained approach would be better at least for start.
Happy to work on a PR if this sounds good!