Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1019 Bytes

README_zh.md

File metadata and controls

53 lines (38 loc) · 1019 Bytes

ClipShare


English | 简体中文

image clipshare

特点

  1. 数据备份
  2. 多特备共享剪贴板
  3. 多用户支持

运行

Linux/Windows/MacOS

服务端

1. git clone https://github.com/dmzlingyin/clipshare.git
2. cd clipshare
3. make server
4. ./clipshare server

客户端

1. git clone https://github.com/dmzlingyin/clipshare.git
2. cd clipshare
3. make client
4. ./clipshare client

Android

客户端

要构建安卓客户端, 需使用gomobile, 详细信息 GoMobile wiki.

gomobile build -v -target=android -androidapi 19 -o clipshare.apk cmd/gui/main.go

根据用户名、密码等个人配置,更新conf/server.yaml和conf/client.yaml

ToDo

  • 基本通信
  • 跨平台
  • 多用户
  • 文件备份
  • 文件共享