Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

smartlogic/hobostove

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Emoji

The file data/emoji.csv is taken from ZWEmoji.

About

A command line campfire client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages