Open warpdesign opened 1 year ago
This repo may be of interest: https://github.com/b1tg/pickup.
Sure, PRs welcome. The API should probably be as similar as possible to the read
API, perhaps:
pub fn write(paths: Vec<PathBuf>) -> Result<(), Error> {
Got a quick prototype working on linux, but there are bigger hurdles:
https://docs.rs/clipboard-win/latest/clipboard_win/#setter
The windows crate this project is using does not support writing file lists.
Got a quick prototype working on linux, but there are bigger hurdles:
https://docs.rs/clipboard-win/latest/clipboard_win/#setter
The windows crate this project is using does not support writing file lists.
How to do it on MacOS
Would be great to have write support: any chance of this to be implemented in the future?