Giter VIP home page Giter VIP logo

share-clip's Introduction

share-clip

多设备剪切板共享

特性

  • 采用 Rust 实现。便捷/高性能
  • 基于 Redis(可轻松支持广域网/局域网的共享)
  • 自动发现同身份下的机器
  • 全数据 RSA 分段加密(出于性能及其他原因考虑替换为 XSalsa20Poly1305 加密)
  • 支持文本和图片
  • 支持共享提示(macOS 不支持),询问框确认共享(仅支持 Linux)

安装

二进制文件

https://github.com/cc-morning/share-clip/releases

源码编译

git clone https://github.com/cc-morning/share-clip.git
cd share-clip
cargo build --release

快速上手

1.安装 Redis

docker run --name redis -d -p 6379:6379 redis

2.运行客户端

Windows 电脑:

share-clip -u redis://:@127.0.0.1 -c cc-morning -n windows

Linux 电脑:

share-clip -u redis://:@127.0.0.1 -c cc-morning -n linux

share-clip's People

Contributors

morn-0 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.