1
0
Fork 0
Cross Platform Clipboard Sync
Go to file
502647092 d9cad93782 Merge branch 'master' of https://git.yumc.pw/cloud/clipboard-sync 2018-11-09 09:19:16 +08:00
lib fix: Windows writeAll error 2018-08-30 22:04:24 +08:00
.gitignore use go module 2018-11-09 09:19:00 +08:00
README.MD fix: Fix space and LF can't transfer 2018-08-31 10:04:59 +08:00
go.mod use go module 2018-11-09 09:19:00 +08:00
go.sum use go module 2018-11-09 09:19:00 +08:00
main.go use go module 2018-11-09 09:19:00 +08:00

README.MD

clipboard-sync

CommandLineArgs

  • -t Launch Type
    • s Server
    • c Client
  • -b Bind Address (Server Only) Default :8080
  • -a Server Address(Client Only) Default http://127.0.0.1:8080

Server

./clipboard-sync -t s -b :8080

Client

./clipboard-sync -a http://172.30.34.2:8080

Changelog

  • 2018-08-30
    • First Alphe Version
  • 2018-08-31
    • Fix space and LF can't transfer