Project

hobostove

0.0
No commit activity in last 3 years
No release in over 3 years
Command line client for campfire
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 3.0

Runtime

~> 1.0
~> 0.9
~> 2.11
~> 0.5
~> 1.5
 Project Readme

Campfire cli client

A ~/.hobostove.yml file is required. When first running hobostove it will help you create one.

~/.hobostove.yml

---
- subdomain: domain
  token: apitoken
  room: Room to join

Usage

To quit type /quit.

Multiple rooms

Currently to get multiple rooms you have to manually edit your ~/.hobostove.yml file. Just add another section that follows the same structure as the first one.

---
- subdomain: domain
  token: apitoken
  room: Room to join
- subdomain: domaintwo
  token: apitokentwo
  room: Room to join 2

When starting hobostove with mutliple rooms it will ask you which one you want to launch.

Installation

Mac

Install the gem terminal-notifier and Mountain Lion notifications will work. It also fixes formatting issues.

$ gem install terminal-notifier