View on GitHub

Ash

Experimental terminal based IM client in Ruby (Campfire only, for now)

Download this project as a .zip file Download this project as a tar.gz file

Ash

An experiment to build a terminal based IM client. Currently, only a Campfire adapter is implemented, but the idea is to support multiple backends. Scope vendor/ash-campfire to get the idea.

This is a work in progress, but the Campfire implementation is solid enough to use. Check out the walkthrough below for some screenshots.

Requirements

Install

Walkthough

Type :help and hit return to show a full list of commands:

Type :rooms to show a list of rooms (as per your config YAML file):

Join room 1 by typing :room 1:

List people in the current room with :people:

Type messages and hit return to post. You can clear the screen buffer at any time, type :clear:

Switch to room 2 with :room 2:

You can switch back to room 1 with :room 1:

Contributions

Contributions very welcome! I'd love somebody to pick this up and run with it. Happy to give helpful contributors commit rights.

License

Copyright (c) 2014 by Mark Dodwell

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.