https://github.com/elia/cant_fire
An (OSX) watcher for all your basecamp rooms
https://github.com/elia/cant_fire
Last synced: 5 months ago
JSON representation
An (OSX) watcher for all your basecamp rooms
- Host: GitHub
- URL: https://github.com/elia/cant_fire
- Owner: elia
- License: mit
- Created: 2012-11-19T15:43:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-15T09:48:42.000Z (over 13 years ago)
- Last Synced: 2024-12-28T03:51:58.127Z (over 1 year ago)
- Language: Ruby
- Size: 130 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CantFire
Use the terminal and your favorite editor to chat in CampFire
**NOTICE:** for now it's OSX ML only
## Installation
Install as a gem:
$ gem install cant_fire
Setup credentials in `~/.cant_fire`
```yaml
subdomain: your_campfire_subdomain
token: o487yfi8yeig8fy75weoh8gyoe8rhy5goer87ygehr587ygo8e
username: name
terminal_notifier: true
skip_rooms:
- 'Dumbs'
- 'Boring'
```
## Usage
Get notified via the notification center, hit `CTRL+C` to open your configured `$EDITOR` to write the message
## 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