2018-03-14 13:44:32 +05:30
2018-03-14 13:44:32 +05:30
2017-04-06 11:12:15 -07:00
2018-01-24 12:26:17 +08:00
2018-03-14 13:44:32 +05:30
2018-03-13 22:14:40 -07:00
2017-04-04 10:40:41 -07:00
2018-01-23 11:32:07 -08:00
2015-12-22 10:48:12 -08:00
2018-01-23 11:32:07 -08:00

CLUI

Command Line User Interface (Console UI inspired by TurboVision) with built-in theme support. Please see screenshots of working examples at the end of the README.

Installation

go get -u github.com/VladimirMarkelov/clui

Current version

The current version is 0.7.0. Please see details in changelog.

Applications that uses the library

Documentation

  • Introduction
  • Getting started
  • Layout manager
  • Basic standrd control methods and properties
  • About Windows
  • Predefined hotkeys

The list of available controls

  • Window (Main control container - with maximize, window order and other window features)
  • Label (Horizontal and Vertical with basic color control tags)
  • Button (Simple push button control)
  • EditField (One line text edit control with basic clipboard control)
  • ListBox (string list control with vertical scroll)
  • TextView (ListBox-alike control with vertical and horizontal scroll, and wordwrap mode)
  • ProgressBar (Vertical and horizontal. The latter one supports custom text over control)
  • Frame (A decorative control that can be a container for other controls as well)
  • CheckBox (Simple check box)
  • Radio (Simple radio button. Useless alone - should be used along with RadioGroup)
  • RadioGroup (Non-visual control to manage a group of a few RadioButtons)
  • ConfirmationDialog (modal View to ask a user confirmation, button titles are custom)
  • SelectDialog (modal View to ask a user to select an item from the list - list can be ListBox or RadioGroup)
  • BarChart (Horizontal bar chart without scroll)
  • SparkChart (Show tabular data as a bar graph)
  • GridView (Table to show structured data - only virtual and readonly mode with scroll support)

Screenshots

The main demo (theme changing and radio group control)

Main Demo

The screencast of demo:

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
Description
Languages
Go 100%