Terminal UI library with rich, interactive widgets — written in Golang
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Oliver 42fa258a5e Added more colors to the text view. 7 years ago
demos Contained pages need to be resized if requested. 7 years ago
LICENSE.txt First commit. Some basic functionality. Publishing to GitHub now. 7 years ago
README.md First commit. Some basic functionality. Publishing to GitHub now. 7 years ago
application.go No need to explicitly hide the cursor in no-cursor primitives. 7 years ago
box.go Added Table primitive. Still ironing out some minor issues. 7 years ago
button.go No need to explicitly hide the cursor in no-cursor primitives. 7 years ago
checkbox.go No need to explicitly hide the cursor in no-cursor primitives. 7 years ago
doc.go No need to explicitly hide the cursor in no-cursor primitives. 7 years ago
dropdown.go No need to explicitly hide the cursor in no-cursor primitives. 7 years ago
flex.go Fixed focus delegation. 7 years ago
focusable.go Added list, improved existing primitives, and fixed a bunch of bugs. 7 years ago
form.go Fixed focus delegation. 7 years ago
frame.go Fixed focus delegation. 7 years ago
inputfield.go Fixed a number of bugs and added missing useful functions. 7 years ago
list.go Added Table primitive. Still ironing out some minor issues. 7 years ago
modal.go Added TextView. All subclasses of Box now also have inside padding. 7 years ago
pages.go Fixed focus delegation. 7 years ago
primitive.go Added Checkbox, Modal, and Pages. 7 years ago
table.go Completed Table documentation. 7 years ago
textview.go Added more colors to the text view. 7 years ago
util.go Clamping column offset in text view. 7 years ago

README.md

Widgets for Terminal GUIs

Based on github.com/gdamore/tcell.

Work in progress.