Send2Mac Client Ruby
Synopsis
A simple [Send2Mac][0925-001] client written in Ruby. When links are received, it opens them in the default browser using [Launchy][0925-002].
Usage
$ send2mac start
$ send2mac restart
$ send2mac stop
Motivation
The official Send2Mac client is written in AppleScript using a curl loop. I figured I could rewrite it in Ruby very quickly. My intention is to build upon the script to enable actions and commands, possibly chaining multiple Send2Mac API Keys together. This is pretty much a baseline for a whole lot of tinkering.
Installation
gem install send3mac
License
Licensed under the [MIT License][0925-004] [0925-001]: http://www.send2mac.com/ "Send2Mac" [0925-002]: https://github.com/copiousfreetime/launchy "copiousfreetime/launchy ยท GitHub" [0925-003]: http://www.send2mac.com/send2mac/index.php "Send2Mac" [0925-004]: http://opensource.org/licenses/MIT "The MIT License (MIT) | Open Source Initiative"