Sha256: 1dc948def9967c8ff182373bf33df60c70ffcd120101342f3182cf8a8475678b
Contents?: true
Size: 1.81 KB
Versions: 3
Compression:
Stored size: 1.81 KB
Contents
# imessage Command line tool to send iMessage. *(This is a fork of https://github.com/linjunpop/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 <!-- ### As a Homebrew(http://brew.sh) package $ brew install imessage-ruby --> ### As a gem Add this line to your application's Gemfile: gem 'ims' And then execute: $ bundle Or install it yourself as: $ gem install ims ## Usage ```shell Usage: ims [options] Specific options: -m, --message [MESSSAGE|ATTACHMENT] The MESSAGE to deliver -t, --to x,y,z Deliver message TO these contacts Common options: -h, --help Prints this help --version Show version ``` ## Example ``` $ ims -m "hello" -t "foo@example.com" $ ims --message '/path/to/bar.png' --to "foo@example.com,+15555555555" ``` ## [Changelog](CHANGELOG.md) ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/lodestone/ims.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ims-0.8.2 | README.md |
ims-0.8.1 | README.md |
ims-0.8.0 | README.md |