Skip to content

chrisarcand/rbhex-core

Repository files navigation

rbhex-core

Gem Version

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

  1. Fork it ( https://github.com/ChrisArcand/rbhex-core/fork )
  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 a new Pull Request

About

Ruby curses/ncurses widgets for easy application development on text terminals

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages