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 f5788cfc52 Added regions and highlights to TextView. 7 years ago
demos Added regions and highlights to TextView. 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 Added regions and highlights to TextView. 7 years ago
box.go Added regions and highlights to TextView. 7 years ago
button.go Added TextView. All subclasses of Box now also have inside padding. 7 years ago
checkbox.go Added TextView. All subclasses of Box now also have inside padding. 7 years ago
doc.go Added Checkbox, Modal, and Pages. 7 years ago
dropdown.go Added TextView. All subclasses of Box now also have inside padding. 7 years ago
flex.go Added TextView. All subclasses of Box now also have inside padding. 7 years ago
focusable.go Added list, improved existing primitives, and fixed a bunch of bugs. 7 years ago
form.go Added TextView. All subclasses of Box now also have inside padding. 7 years ago
frame.go Added TextView. All subclasses of Box now also have inside padding. 7 years ago
inputfield.go Added TextView. All subclasses of Box now also have inside padding. 7 years ago
list.go Added TextView. All subclasses of Box now also have inside padding. 7 years ago
modal.go Added TextView. All subclasses of Box now also have inside padding. 7 years ago
pages.go Added Checkbox, Modal, and Pages. 7 years ago
primitive.go Added Checkbox, Modal, and Pages. 7 years ago
textview.go Added regions and highlights to TextView. 7 years ago
util.go Added Checkbox, Modal, and Pages. 7 years ago

README.md

Widgets for Terminal GUIs

Based on github.com/gdamore/tcell.

Work in progress.