Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjbassi/termui
[DEPRECATED] A termui fork with codebase and usage improvements
https://github.com/cjbassi/termui
Last synced: 12 days ago
JSON representation
[DEPRECATED] A termui fork with codebase and usage improvements
- Host: GitHub
- URL: https://github.com/cjbassi/termui
- Owner: cjbassi
- License: agpl-3.0
- Archived: true
- Created: 2018-03-29T22:33:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T05:03:31.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T19:45:04.459Z (3 months ago)
- Language: Go
- Homepage:
- Size: 339 KB
- Stars: 40
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**DEPRECATED**: Please use the upstream termui repo now that development has resumed there.
# termui
A fork of [termui](https://github.com/gizak/termui) with a lot of code cleanup and (frequently asked for) improvements.
You can see an implementation/example usage of this library [here](https://github.com/cjbassi/gotop).
Some usage improvements include:
* better event/key-combo names
* more convenient event handling function
* 256 colors
* better grid system
* linegraph uses [drawille-go](https://github.com/exrook/drawille-go)
* no longer have to choose between dot mode and braille mode; uses a superior braille mode
* table supports mouse and keyboard navigation
* table is scrollable
* more powerful table column width sizing
* visual improvements to linegraph and tableTODO:
* readd widgets that were removed like the list and bargraph
* focusable widgets