Crates.io | clipshare |
lib.rs | clipshare |
version | 0.0.7 |
source | src |
created_at | 2023-05-06 13:01:59.499314 |
updated_at | 2023-05-13 13:41:33.891792 |
description | Share clipboard between machines on your local network |
homepage | |
repository | https://github.com/reu/clipshare |
max_upload_size | |
id | 858483 |
size | 58,731 |
Do you ever have to work on multiple machines?
Do you ever used your Github™ Gists just to send some text between then?
Clipshare is here to save the day!
You can now secure share your clipboard between your machines (well, given they are on the same network).
On one machine:
$ clipshare
Run `clipshare 11337` on another machine of your network
And then on another machine on the same network
$ clipshare 113377
Connecting to clipboard 113377...
Clipboards connected
And voilá, the clipboards of both machines are now magically the same!
Each release comes with pre-built binaries of several platforms. Grab it from Github Releases.
If you are a Rust enthusiast, installing via Cargo is just:
$ cargo install clipshare
Make sure you have Rust installed, then:
$ git clone https://github.com/reu/clipshare.git
$ cd clipshare
$ cargo build --release
$ cp ./target/release/clipshare /usr/local/bin/
Yes
Really, it is quite limited, it can only share utf8 encoded text and images. Unfortunately you can´t share files for now.
Nothing fancy here, we just broadcast the internal ip on the network and connect the processes using the informed port "clipboard code".
The data then is transfered between the machines via an encrypted TLS connection.