Console based widget toolkit for building terminal user interfaces
-
Add the dependency to your
shard.yml
:dependencies: tui: github: SamualLB/tui
-
Run
shards install
require "tui"
# require one of the following backends
require "tui/backend/ncurses" # requires ncurses library
require "tui/backend/termbox" # requires lib_termbox library
TODO: Write usage instructions here
TODO: Write development instructions here
- Fork it (https://github.com/SamualLB/tui/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
- Samual Black - creator and maintainer