Skip to content

hackerzgz/share-clipboard-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

share-clipboard-rs

Crates.io Build Status License: MIT

A lightweight, cross-platform utility written in Rust to seamlessly share your clipboard content across multiple devices on your local network.

Inspiration and Compatibility

This project is heavily inspired by the original share-clipboard created by coralw.

A primary goal of share-clipboard-rs is to maintain protocol compatibility with the original implementation. This means you should be able to use share-clipboard-rs instances alongside clients or servers based on the original share-clipboard project, allowing for interoperability within the same network.

Why Rust?

This version was created to leverage the benefits of Rust, including:

  • Performance: Efficient execution and low resource usage.
  • Memory Safety: Reduced risk of crashes and vulnerabilities.
  • Cross-Platform: Easier compilation for Windows(untested), macOS, and Linux from a single codebase.

Features

  • Cross-Platform: Runs on Windows(untested), macOS, and Linux.
  • Lightweight: Minimal impact on system resources.
  • Protocol Compatible: Interoperates with the original share-clipboard ecosystem.
  • Simple Usage: Designed to be easy to set up and run.

Installation

Option 1: Pre-compiled Binaries (Recommended)

Download the latest pre-compiled binary for your operating system from the Releases page.

Option 2: Using Cargo

If you have the Rust toolchain installed (rustup), you can install directly from Crates.io (if published):

cargo install share-clipboard-rs

Or, you can build from source:

  1. Clone the repository:
git clone https://github.com/hackerzgz/share-clipboard-rs.git
cd share-clipboard-rs
  1. Build the release binary:
cargo build --release

The executable will be located at target/release/share-clipboard-rs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages