tao
tao copied to clipboard
clipboard cant read image and file-url
This issue has been upstreamed from https://github.com/tauri-apps/tauri/issues/2786
Is your feature request related to a problem? Please describe. clipboard only read text. cant read image and file-url
Describe the solution you'd like add features to read image and file-url
Describe alternatives you've considered
We probably should use crate like copypasta
to manage clipboard instance for us.
I agree, howevercopypasta
and its dependencies don't have image support but we might be able to contribute it in the future.
I think we should remove clipboard access from tao
all together and let tauri use copypasta
directly.
Also, check out https://github.com/aweinstock314/rust-clipboard which looks to be well maintained.
Unfortunately none of the options I found offer file and image support. My use case is file URLs.
How is this issue progressing now
i fing arboard lib Text and pictures are supported but now not support other file type
Closing as this won't be implemented in tao, and clipboard
will be removed, please use arboard
crate instead.