Send2Mac Client Ruby

Synopsis

A simple Send2Mac client written in Ruby. When links are received, it opens them in the default browser using Launchy.

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