synclip

Crates.iosynclip
lib.rssynclip
version1.0.0
sourcesrc
created_at2024-01-12 14:31:38.883278
updated_at2024-01-23 07:06:51.32606
descriptionsynclip is a cross-network clipboard synchronization tool.
homepage
repositoryhttps://github.com/BppleMan/synclip
max_upload_size
id1097726
size67,997
BppleMan (BppleMan)

documentation

README

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.

Commit count: 0

cargo fmt