gotop/vendor/github.com/cjbassi/termui
Caleb Bassi 42a949c5aa Add detailed memory usage labels to memory widget 2018-05-23 18:52:35 -07:00
..
Gopkg.lock Add Error function; improve logging 2018-04-10 20:35:09 -07:00
Gopkg.toml Move termui to seperate repo 2018-03-29 15:48:43 -07:00
LICENSE Fix issues with gopsutil and dep 2018-04-08 21:14:08 -07:00
README.md Fix column spacing issues 2018-04-21 21:02:37 -07:00
block.go Move termui to seperate repo 2018-03-29 15:48:43 -07:00
block_common.go Move termui to seperate repo 2018-03-29 15:48:43 -07:00
block_windows.go Move termui to seperate repo 2018-03-29 15:48:43 -07:00
buffer.go Move termui to seperate repo 2018-03-29 15:48:43 -07:00
colors.go Show process args when ungrouped on unix 2018-05-16 14:55:18 -07:00
events.go Move termui to seperate repo 2018-03-29 15:48:43 -07:00
gauge.go Move termui to seperate repo 2018-03-29 15:48:43 -07:00
grid.go Move termui to seperate repo 2018-03-29 15:48:43 -07:00
init.go Move termui to seperate repo 2018-03-29 15:48:43 -07:00
linegraph.go Add detailed memory usage labels to memory widget 2018-05-23 18:52:35 -07:00
render.go Move termui to seperate repo 2018-03-29 15:48:43 -07:00
sparkline.go Add Error function; improve logging 2018-04-10 20:35:09 -07:00
table.go Change disk widget into a table 2018-05-21 16:02:31 -07:00
utils.go Update termui for bug fixes 2018-04-12 15:54:50 -07:00

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