VladimirMarkelov / Clui

Licence: other
Command Line User Interface (Console UI inspired by TurboVision)

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Clui

Kubebox
⎈❏ Terminal and Web console for Kubernetes
Stars: ✭ 1,855 (+230.66%)
Mutual labels:  terminal, console, tui, gui
Vim Quickui
The missing UI extensions for Vim 8.2 (and NeoVim 0.4) !! 😎
Stars: ✭ 714 (+27.27%)
Mutual labels:  terminal, tui, gui, widgets
C Sharp Console Gui Framework
A GUI framework for C# console applications
Stars: ✭ 838 (+49.38%)
Mutual labels:  terminal, console, tui, gui
Lazyhub
lazyhub - Terminal UI Client for GitHub using gocui.
Stars: ✭ 133 (-76.29%)
Mutual labels:  terminal, console, tui
Dte
A small, configurable console text editor (moved to https://gitlab.com/craigbarnes/dte)
Stars: ✭ 98 (-82.53%)
Mutual labels:  terminal, console, tui
Phetch
🐭 quick lil gopher client for your terminal
Stars: ✭ 108 (-80.75%)
Mutual labels:  terminal, console, tui
Smenu
smenu started as a lightweight and flexible terminal menu generator, but quickly evolved into a powerful and versatile CLI selection tool for interactive or scripting use.
Stars: ✭ 1,906 (+239.75%)
Mutual labels:  terminal, console, tui
Mandown
man-page inspired Markdown viewer
Stars: ✭ 173 (-69.16%)
Mutual labels:  terminal, console, tui
Termenv
Advanced ANSI style & color support for your terminal applications
Stars: ✭ 555 (-1.07%)
Mutual labels:  terminal, console, tui
Finalcut
A text-based widget toolkit
Stars: ✭ 244 (-56.51%)
Mutual labels:  terminal, console, tui
S Tui
Terminal-based CPU stress and monitoring utility
Stars: ✭ 2,825 (+403.57%)
Mutual labels:  terminal, console, tui
Termox
C++17 Terminal User Interface(TUI) Library.
Stars: ✭ 306 (-45.45%)
Mutual labels:  terminal, tui, widgets
Pulsemixer
CLI and curses mixer for PulseAudio
Stars: ✭ 441 (-21.39%)
Mutual labels:  terminal, console, tui
Zui
⬢ Zsh User Interface library – CGI+DHTML-like rapid application development with Zsh
Stars: ✭ 95 (-83.07%)
Mutual labels:  terminal, console, tui
Nnn
n³ The unorthodox terminal file manager
Stars: ✭ 13,138 (+2241.89%)
Mutual labels:  terminal, console, tui
Crossterm
Cross platform terminal library rust
Stars: ✭ 1,023 (+82.35%)
Mutual labels:  terminal, console, tui
Ueberzug
ueberzug is a command line util which allows to display images in combination with X11
Stars: ✭ 711 (+26.74%)
Mutual labels:  terminal, console, tui
Stig
TUI and CLI for the BitTorrent client Transmission
Stars: ✭ 360 (-35.83%)
Mutual labels:  terminal, console, tui
Jquery.terminal
jQuery Terminal Emulator - JavaScript library for creating web-based terminals with custom commands
Stars: ✭ 2,623 (+367.56%)
Mutual labels:  terminal, console, tui
Tqdm
A Fast, Extensible Progress Bar for Python and CLI
Stars: ✭ 20,632 (+3577.72%)
Mutual labels:  terminal, console, gui

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 1.2.1. Please see details in changelog.

Applications that uses the library

Documentation

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)
  • Scrollable frame
  • 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)
  • SelectEditDialog (modal View to ask a user to enter a value)
  • 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)
  • FilePicker
  • LoginDialog - a simple authorization dialog with two fields: Username and Password
  • TextDisplay - a "virtual" text view control: it does not store any data, every time it needs to draw its line it requests the line from external source by line ID

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

License

CLUI is dual-licensed under MIT OR BSD-2-Clause

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].