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

Study and integrate new rust clipboard monitor crate #3

Closed HuakunShen closed 1 year ago

HuakunShen commented 1 year ago

verified on Windows, this rust clipboard listener works perfect. Couldn't compile on Linux yet.

Try to integrate this to tauri.

HuakunShen commented 1 year ago

Use tauri events to notify frontend. https://tauri.app/v1/guides/features/events/

HuakunShen commented 1 year ago

Implemented in another repo as a Tauri Plugin. https://github.com/CrossCopy/tauri-plugin-clipboard