-
Notifications
You must be signed in to change notification settings - Fork 80
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
Allow to read/write data of any format #11
Comments
Yeah, allowing to read and write arbitrarily typed data seems like a useful addition. Maybe an |
I started working on this |
Which operating system would you use for the implementation work? Just because I'll start working on that next. (The macOS implementation should be usable at this point) |
@ArturKovacs we would need support for all the 3 systems this crate supports; so win, osx & x11. |
I was going to implement it for all of those anyways. I was just asking in case you wanted to start working on it before the implementation here is complete. |
Oh I see, I misunderstood. |
Got it! Thanks for letting me know. |
@ArturKovacs Hi! I'm interested in this library. I need rich text and file clipboard access too. I'd happily settle for a binary API for arbitrary formats though! Is this still actively being worked on? |
Hello! I'm working on a toy terminal hex editor and I'm wondering if there's any status updates on this issue, as it'd be useful to copy raw bytes into the clipboard. Regardless, really nice project and thanks for all of the work! |
Hi @ArturKovacs , is there any update on this ? I started experimenting on this and was able to support any format on X11. However, I just noticed that my approach/API is a lot different than yours. My approach was to implement these functions on clipboard:
|
Hi I lost interest to continue working on this. Anyone can of course use/steal my work from the |
Hi, nice crate! I'm looking into implementing Web Clipboard API for Deno and this crate seems perfect for that. Though, there has to be a method to directly read/write bytes to implement that. Will it be added?
The text was updated successfully, but these errors were encountered: