-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement wl-paste --watch #5
Comments
😀 |
Note: wl-paste --watch only offers one mime type for each copy item (random or chosen by user). |
FYI if you don't care about atomicity, you can call |
This functionality would enable the utility of wl-paste --type text --watch cliphist store
wl-paste --type image --watch cliphist store Incorporating this feature into this crate would be highly beneficial and greatly appreciated. Your hard work and dedication are truly valued. |
another library exists that has implemented a lot of the same features including watching, but its not nearly as polished or complete as this library. it would nice to see this feature added as it would avoid my need for redundant packages for the clipboard manager I am writing. |
Feature parity with wl-clipboard 2.0.
An API for this sort of stuff would be nice, I imagine something like an event iterator interface?
The text was updated successfully, but these errors were encountered: