Skip to content

lvsti/AirCopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirCopy

AirCopy is an OSX status bar app that lets you transfer clipboard contents between devices within the same local network.

Requirements

To run: Mac OS X 10.9 and above

To build: Xcode 8.1, Swift 3.0

Features

  • 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

Coming soon

  • 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