English | 简体中文
灵感来自 欧神的midgard项目
- 数据备份
- 多特备共享剪贴板
- 多用户支持
服务端
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
客户端
要构建安卓客户端, 需使用gomobile, 详细信息 GoMobile wiki.
gomobile build -v -target=android -androidapi 19 -o clipshare.apk cmd/gui/main.go
- 基本通信
- 跨平台
- 多用户
- 文件备份
- 文件共享