AirCopy is an OSX status bar app that lets you transfer clipboard contents between devices within the same local network.
To run: Mac OS X 10.9 and above
To build: Xcode 8.1, Swift 3.0
- preview current clipboard contents (as of now, text and images only)
- discover devices (as of now, Macs) on the local network that are also running AirCopy
- send current clipboard to the selected device using secure transport (SSL)
- receive clipboards from other devices
- apply or delete received content
- support for previewing more content types
- localization
- rewriting the whole thing with RxSwift for a change
- iOS support
- notifications on incoming content
- maybe an AppStore submission for the lazy devs