An open API service indexing awesome lists of open source software.

https://github.com/ohler55/oterm

Operations Terminal
https://github.com/ohler55/oterm

Last synced: 8 months ago
JSON representation

Operations Terminal

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

[![Build Status](https://secure.travis-ci.org/ohler55/oterm.png?branch=master)](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.