CrossCopy / tauri-plugin-clipboard

A Tauri clipboard plugin with text, files, html, RTF, and image support. Clipboard content update monitoring is also supported.
https://crosscopy.github.io/tauri-plugin-clipboard/
MIT License
122 stars 6 forks source link

File support #13

Closed step21 closed 7 months ago

step21 commented 7 months ago

It would be great if it would get file support at some point, f.e. to use for pdf files.

HuakunShen commented 7 months ago

Implemented. When files are copied, the plugin returns a list of absolute path strings.

step21 commented 7 months ago

awesome, thanks.