2018-08-30 12:39:40 +00:00
|
|
|
## clipboard-sync
|
|
|
|
|
2018-08-30 14:16:18 +00:00
|
|
|
### 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`
|
|
|
|
|
2018-08-30 12:39:40 +00:00
|
|
|
### Server
|
2018-08-30 14:16:18 +00:00
|
|
|
./clipboard-sync -t s -b :8080
|
2018-08-30 12:39:40 +00:00
|
|
|
|
|
|
|
### Client
|
2018-08-31 02:04:59 +00:00
|
|
|
./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
|