Cross Platform Clipboard Sync
lib | ||
.gitignore | ||
go.mod | ||
go.sum | ||
main.go | ||
README.MD |
clipboard-sync
CommandLineArgs
-t
Launch Types
Serverc
Client
-b
Bind Address (Server Only) Default:8080
-a
Server Address(Client Only) Defaulthttp://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