2 releases (1 stable)
1.0.0 | Jan 23, 2024 |
---|---|
0.1.0 | Jan 12, 2024 |
#88 in #synchronization
23 downloads per month
23KB
575 lines
synclip
A cross-network clipboard synchronization tool.
Quick Start
Installation
cargo install synclip
Usage
- Start the server
# Specify the port to listen on
synclip server 5505
- Start the client
# Like http://[server]:[port]
synclip client http://localhost:5505
Then you can copy text on one computer and paste it on another.
Dependencies
~10–17MB
~210K SLoC