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 8c9be84ef8 Various improvements. 7 years ago
demos Added a presentation demonstrating tview's capabilities. 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 Various improvements. 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 More callback handlers for lists. And more consistency. 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 Various improvements. 7 years ago
inputfield.go Fixed a number of bugs and added missing useful functions. 7 years ago
list.go More callback handlers for lists. And more consistency. 7 years ago
modal.go Various improvements. 7 years ago
pages.go Various improvements. 7 years ago
primitive.go Added Checkbox, Modal, and Pages. 7 years ago
table.go Various improvements. 7 years ago
textview.go Non-scrollable text views must track end. 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.