Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickbutton/termfire
Ruby Campfire CLI
https://github.com/rickbutton/termfire
Last synced: 5 days ago
JSON representation
Ruby Campfire CLI
- Host: GitHub
- URL: https://github.com/rickbutton/termfire
- Owner: rickbutton
- License: mit
- Created: 2013-12-10T08:14:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-10T08:14:12.000Z (almost 11 years ago)
- Last Synced: 2024-04-15T02:59:22.816Z (7 months ago)
- Language: Ruby
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Termfire
`Termfire` is a Ruby Campfire chatroom CLI client, using `ncurses` as the TUI. VERY MUCH a work in progress. Don't expect anything to work.
## Installation
TODO: Write install instructions. Until then, just figure it out.
## Usage
`termfire subdoman token`
## 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