Project

send2mac

0.0
No commit activity in last 3 years
No release in over 3 years
A client for Send2Mac. Automatically launches received URLs in the default browser
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.1
~> 1.6
~> 2.3
~> 2.7
 Project Readme

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"