Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yue/crossclip
Sync clipboard across macOS/Linux/Windows on LAN
https://github.com/yue/crossclip
clipboard
Last synced: about 2 months ago
JSON representation
Sync clipboard across macOS/Linux/Windows on LAN
- Host: GitHub
- URL: https://github.com/yue/crossclip
- Owner: yue
- License: mit
- Created: 2020-07-31T10:50:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T13:15:35.000Z (over 4 years ago)
- Last Synced: 2024-08-08T20:56:00.670Z (5 months ago)
- Topics: clipboard
- Language: JavaScript
- Homepage:
- Size: 189 KB
- Stars: 67
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrossClip
Sync clipboard across macOS/Linux/Windows on LAN.
Written in Node.js, with native UI powered by [the Yue library](https://github.com/yue/yue).
## How to use
* Download the software from [Releases page](https://github.com/yue/crossclip/releases).
* You will be asked to fill some information on first run, you should at least
change "channel" and "key" to unique strings.
* Repeat on your other computers, and make sure the port/channel/key are same.## Notes
* Only plain text are synchronized, there is currently no plan to implement file
copy/paste.
* The network part is implemented by broadcasting UDP messages on LAN, so large
text in clipboard could fail to be sent. There is plan to rewrite the network
code with a proper P2P library to support sending large text.## Contributions
I do not plan to spend too much time maintaining this project, so if you want to
add a major new feature, I would suggest forking this project instead of sending
a pull request, and I would be very happy to add a link to your fork here.Bug reports and fixes would still be very much appreciated.
## Icon
The [application's icon](https://www.iconfinder.com/icons/2530830)
is designed by [BomSymbols](https://www.iconfinder.com/korawan_m).