share anywhere
1.0.0
Sharing the clipboard data between OSX and Linux
Use vue3 + element-plus + tauri
rust 1.68 + npm v18.15 , See Tauri Prerequisites
git clone [email protected]:stan-chen/share-anywhere.git
cd share-anywhere
## nvm use
# install nodejs dep
npm install --no-save
# install tauri cli
cargo install tauri-cli --version ^1
npm run tauri:buildUse UDP multicast to publish clipboard summary (AES-GCM key encryption can be configured), and the receiver determines whether to update the clipboard by comparing it with the local clipboard data.
Update the clipboard using HTTP(s) API (client & server certificate authentication can be configured).