arboard icon indicating copy to clipboard operation
arboard copied to clipboard

A clipboard for Rust

Results 57 arboard issues
Sort by recently updated
recently updated
newest added

Found via this command: markdownlint *.md --disable MD024

This pull request is intended to solve issue #61 by adding new `.set_html()` method that copy HTML content to the clipboard as well as an optional plaintext alternative. The plaintext...

Hey, I try to use this crate to copy gifs into my clipboard looking like `""`. This works fine when done in Java and put into the `DataFormat.HTML` slot of...

Hey y'all, Rust newbie here. For context, I am building a desktop app with [Tauri](https://tauri.app/) and using `arboard` to read/write images from/to the clipboard. The writing part works fine but...

In this function you use the unsafe keyword for some safe expressions. However, I found that only 6 functions are real unsafe operations (see the list below). We need to...

I'm interested in getting the paths of files & directories copied from explorer/finder/etc. Is this a use case that will be supported? I just tried on MacOS, and through the...

enhancement
good first issue

This is hanging up Bevy_egui(and presumable Egui itself) on Android. This actually looks like it doesn't line up with the github repo, so this might be fixed already?

enhancement
O-Android