mirror of https://github.com/cjbassi/gotop.git
42a949c5aa | ||
---|---|---|
.. | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE | ||
README.md | ||
block.go | ||
block_common.go | ||
block_windows.go | ||
buffer.go | ||
colors.go | ||
events.go | ||
gauge.go | ||
grid.go | ||
init.go | ||
linegraph.go | ||
render.go | ||
sparkline.go | ||
table.go | ||
utils.go |
README.md
termui
A fork of termui with a lot of code cleanup and (frequently asked for) improvements.
You can see an implementation/example usage of this library here.
Some usage improvements include:
- better event/key-combo names
- more convenient event handling function
- 256 colors
- better grid system
- linegraph uses 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 table
TODO:
- readd widgets that were removed like the list and bargraph
- focusable widgets