#clipboard #synchronization #tool #text #server #client #cross-network

bin+lib synclip

synclip is a cross-network clipboard synchronization tool

2 releases (1 stable)

1.0.0 Jan 23, 2024
0.1.0 Jan 12, 2024

#61 in #synchronization

Apache-2.0

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–18MB
~217K SLoC