92a3c3b9f1 | ||
---|---|---|
demos | ||
LICENSE | ||
README.md | ||
button.go | ||
canvas.go | ||
checkbox.go | ||
composer.go | ||
consts.go | ||
control_base.go | ||
ctrlutil.go | ||
edit.go | ||
frame.go | ||
interface.go | ||
intro.go | ||
label.go | ||
listbox.go | ||
mathutil.go | ||
progressbar.go | ||
radio.go | ||
radiogroup.go | ||
textutil.go | ||
theme.go | ||
window.go |
README.md
clui
Command Line User Interface (Console UI inspired by TurboVision).
WARNING: the library is experimental. Use it at your own risk.
Introduction
It includes a few number of controls that is enough to create an application for every day task. More controls are to come later. The current list of controls:
- Label
- Button
- EditFiled
- ListBox
- ProgressBar
- Frame
- CheckBox
- Radio
- RadioGroup
Built-in theme support. Now it is very basic: no way to load any theme from file, only one predefined theme
A set of global hotkeys
Screenshots
The screencast of demo (based on custom termbox-go Window build) included in the library:
The library is in the very beginning but it can be used to create working utilities: below is the example of my Dilbert comix downloader: