|
|
|
@ -1,8 +1,7 @@
|
|
|
|
|
[license]: https://img.shields.io/github/license/sgoudham/MyClipboard
|
|
|
|
|
[maven-central]: https://img.shields.io/maven-central/v/me.goudham/MyClipboard.svg?label=Maven%20Central
|
|
|
|
|
[build-status]: https://goudham.me/jenkins/job/MyClipboard/job/release/badge/icon
|
|
|
|
|
|
|
|
|
|
[comment]: <> ([codecov]: )
|
|
|
|
|
[codecov]: https://codecov.io/gh/sgoudham/MyClipboard/branch/main/graph/badge.svg?token=F4LKql7rIq
|
|
|
|
|
[issues]: https://img.shields.io/github/issues/sgoudham/MyClipboard?label=issues
|
|
|
|
|
[pull-requests]: https://img.shields.io/github/issues-pr/sgoudham/MyClipboard
|
|
|
|
|
[fossa]: https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsgoudham%2FMyClipboard.svg?type=shield
|
|
|
|
@ -11,6 +10,7 @@
|
|
|
|
|
![license]
|
|
|
|
|
![maven-central]
|
|
|
|
|
![build-status]
|
|
|
|
|
![codecov]
|
|
|
|
|
![issues]
|
|
|
|
|
![pull-requests]
|
|
|
|
|
|
|
|
|
@ -32,8 +32,7 @@ has new content within it - and the contents can be observed by multiple consume
|
|
|
|
|
# macOS
|
|
|
|
|
Unlike the aforementioned event-driven approach, macOS unfortunately is not very good at notifying the program if the
|
|
|
|
|
system clipboard has changed. To query the system clipboard contents, we need to employ a polling schedule. I have chosen
|
|
|
|
|
**350ms** to ensure that images and large files can be copied over as well as reducing the load on the CPU.
|
|
|
|
|
|
|
|
|
|
**200ms** to ensure that images and large files can be copied over as well as reducing the load on the CPU.
|
|
|
|
|
|
|
|
|
|
# Contributing
|
|
|
|
|
TODO
|
|
|
|
|