-
Notifications
You must be signed in to change notification settings - Fork 76
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
Binary clipboard #46
Comments
I agree that this would be a useful feature. I'm willing to accept a PR that adds support for the platforms that you're willing to implement it for, and I'll add support for the rest of the platforms (it should be feasible under X11 too). |
Has there been any progress on this? I am willing to work on an X11 version. I am sure that it can be done because I have written a Java application which copies images from the system clipboard from a different graphics application under Linux. I think that is a proof of concept, at least. Multiple things can be in the clipboard at the same time, which might require changes to your elegant clipboard. |
I am also looking for this functionality... Got a panic when calling
|
Check this |
Being able to read the clipboard as a vector or slice of
u8
s would be extremely useful to anyone who needs to work with the clipboard not just with strings.I know this is feasible in Windows, and I think it can be done in macOS (from what I read of the current implementation), but I don't know about in X11.
The text was updated successfully, but these errors were encountered: