Go to file
Vladimir Markelov 4b95d078c9 remove debug 2015-10-16 10:55:16 -07:00
demos closes #5 - autocreate packer for single control if parent packer has packers already 2015-09-25 17:10:19 -07:00
README.md Update README.md 2015-10-16 10:19:36 -07:00
button.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00
canvas.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00
checkbox.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00
composer.go remove debug 2015-10-16 10:55:16 -07:00
consts.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00
control_base.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00
ctrlutil.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00
edit.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00
frame.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00
interface.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00
intro.go Initial source commit 2015-09-21 20:54:39 -07:00
label.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00
listbox.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00
mathutil.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00
progressbar.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00
radio.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00
radiogroup.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00
textutil.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00
theme.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00
window.go refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00

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:

Library Demo

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:

Dilbert Downloader