Sha256: fe1283cfed3f560c8db6be9a6865ea49d7f510bff8a13bb363eee732bfdcec1f

Contents?: true

Size: 1.27 KB

Versions: 1

Compression:

Stored size: 1.27 KB

Contents

# imessage

Command line tool to send iMessage.

[![Build Status](https://travis-ci.org/linjunpop/imessage.png?branch=master)](https://travis-ci.org/linjunpop/imessage)
[![Gem Version](https://badge.fury.io/rb/imessage.png)](http://badge.fury.io/rb/imessage)
[![Code Climate](https://codeclimate.com/github/linjunpop/imessage.png)](https://codeclimate.com/github/linjunpop/imessage)


## Installation

Add this line to your application's Gemfile:

    gem 'imessage'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install imessage

## Usage

```shell
Usage: imessage [options]

Specific options:
    -t, --text [TEXT]                The TEXT to deliver
    -a, --attachment [ATTACHMENT]    Add an attachment
    -c, --contacts x,y,z             Develier message to these CONTACTS

Common options:
    -h, --help                       Prints this help
        --version                    Show version
```

## Example

```
$ imessage --text "hello" --contacts "foo@example.com" --attachment 'bar.png'
```

## [Changelog](CHANGELOG.md)

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
imessage-0.2.0 README.md