Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisfsampaio/imsg
Chat using iMessage from your terminal!
https://github.com/chrisfsampaio/imsg
Last synced: 3 months ago
JSON representation
Chat using iMessage from your terminal!
- Host: GitHub
- URL: https://github.com/chrisfsampaio/imsg
- Owner: chrisfsampaio
- License: mit
- Created: 2014-02-12T02:40:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T17:22:19.000Z (over 7 years ago)
- Last Synced: 2024-07-27T18:53:31.916Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 28.3 KB
- Stars: 694
- Watchers: 24
- Forks: 51
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imsg
Tired of getting off your terminal screen to answer those dickhead friends of yours?
Now you can curse them right from the terminal!## Installation
It is easy as:
```bash
$ gem install imsg
```## Usage
```bash
$ imsg HELLOOO FROM TERMINAL
```Then select a number corresponding to the person you wish to message
To which chat you wanna send your message?
(You can choose a number or type a buddy name/email)
1 - Christian Sampaio
2 - Linus Torvalds
3 - Tim Berners Lee
4 - Steve Wozniak
5 - Sergey Brin
6 - Larry Page
```bash
$ 4
```## Requirements
Mac OS X (will not work on other unix/linux)## Common problems
### Using special characters:
If you wanna use special characters like parentheses, brackets or quotes you need to escape it. i.e.:
```bash
$ imsg HELLOOO FROM TERMINAL \(ESCAPIIING\)
```
or
```bash
$ imsg "HELLOOO FROM TERMINAL (ESCAPIIING)"
```### Not having write permissions:
If you don't have write access to your Ruby folder:
```bash
$ sudo gem install imsg
```
## Contributing1. Fork it ( http://github.com/chrisfsampaio/imsg/fork )
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## Contact
[email protected]
http://chrisfsampaio.github.io# <3