#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

#59 in #synchronization

Download history 1/week @ 2024-01-08 9/week @ 2024-01-22 6/week @ 2024-02-19 19/week @ 2024-02-26 5/week @ 2024-03-11 48/week @ 2024-04-01

53 downloads per month

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–19MB
~215K SLoC