Giter Site home page Giter Site logo

clipboard-sync's Introduction

跨平台剪切板同步

使用Java开发的跨平台剪切板同步. 目前支持 Max OS, Windows 系统.

编译 & 执行

# mvn clean compile assembly:singles.jar 
# java -jar target/clipboard-sync-1.0-SNAPSHOT-jar-with-dependencies.jar

技术架构

客户端通过定时器监视剪切板变化(没查到JDK自带剪贴板变化监听方法), 如果发生变化将剪贴板发布到RabbitMQ上, 其他客户端监听RabbitMQ, 并更新本地剪切板。

Road Map

目前只实现了基本的剪切板文本同步.

后续将支持 iOS 和 Android, 以及开发PWA用于支持Web场景, 并支持图片和文件等数据同步.

建立安全的剪切板传输, 支持剪切板内容正则匹配过滤. 目前是测试阶段, 不要用于敏感数据.

clipboard-sync's People

Contributors

alanwei43 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.