https://github.com/ohler55/oterm
Operations Terminal
https://github.com/ohler55/oterm
Last synced: 8 months ago
JSON representation
Operations Terminal
- Host: GitHub
- URL: https://github.com/ohler55/oterm
- Owner: ohler55
- License: mit
- Created: 2013-12-15T08:18:55.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-23T17:17:21.000Z (over 11 years ago)
- Last Synced: 2025-01-22T03:06:13.402Z (9 months ago)
- Language: Ruby
- Size: 166 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
oterm
=====Operations Terminal
# OTerm gem
A VT100 terminal (mostly) server that can be placed in an application to allow
telnet access to exposed features. Some of the features includes are:- Line editing
- VT100 support with graphics and color
- Configurable help and command registration
- Auto completion
- History
The driver for writing this gem was to be able to control, inspect, and debug
multi-threaded applications while the application is running. Look for it's use
soon in the ODisk application and later in a more interesting project.## Installation
gem install oterm## Documentation
*Documentation*: http://www.ohler.com/oterm
## Source
*GitHub* *repo*: https://github.com/ohler55/oterm
*RubyGems* *repo*: https://rubygems.org/gems/oterm
Follow [@peterohler on Twitter](http://twitter.com/#!/peterohler) for announcements and news about the OTerm gem.
## Build Status
[](http://travis-ci.org/ohler55/oterm)
### Current Release 1.0.2 - February 2, 2014
- Improved slow response handling.
### Current Release 1.0.1 - December 27, 2013
- Improved completion handling
- Fixed some bugs
### Current Release 1.0.0 - December 22, 2013
- First release. There will be rough edges.
## Description
## Examples
TBD for now, look for a sample in the test directory.