rbhex-core
Contains core widgets and infrastructure of rbhex ncurses toolkit. rbhex helps to easily build ncurses applications for text terminals.
rbhex-core contains basic widgets for constructing command line applications with ncurses. These include:
-
field
-
buttons - checkbox, radio, toggle
-
list
-
textview
-
dialogs and popup
-
table
-
menu
-
tabbedpane
-
tree
-
application header
-
status line
Install
gem install rbhex-core
Documentation
In short, there isn't any - nor are there any plans to create any. The /examples
directory
contains many examples and should provide a nice start for you. Otherwise, the tutorial for
rbcurse is still mostly valid for the majority of this
codebase.
rbcurse
This project is a continuation/fork of rkumar's rbcurse. rbcurse is no longer maintained as of March 2014.
Contributing
- Fork it ( https://github.com/ChrisArcand/rbhex-core/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request