termui
termui copied to clipboard
Golang terminal dashboard
Hi, Is there an easy way to make an edit box with termui ? Tks,
When a plot only has one data point, the code will make it go out of bounds (at index one). Test this by going to the example and setting ```go...
Can we add an option to allow client to configure a block's trim to be flashed when new event comes? Basically, some implementation of a block may have some slow...
# Does not work! dep ensure -add github.com/gizak/termui * The above fails: could not find project Gopkg.toml, use dep init to initiate a manifest * without doing the above, go...
In variable `StyleParserColorMap` in `style_parser.go`, there is only support for eight colors. I would like the color set to be expanded to all 256 available terminal colors. The `ParseStyles` function...
Hi. I want to to set size for p.text in paragraph , but i can't find anything for set size in paragraph. can i set size for p.text ?!
Irrespective of data set range the Y axis always points to zero. Updated plots to make use of minimum value from data to set the Y axis start value
Looks like a bug or a race, but I can't pinpoint the exact reason. Consider the following snippet: ``` package main import ( "flag" "fmt" "log" ui "github.com/gizak/termui/v3" "github.com/gizak/termui/v3/widgets" )...
This change adds a new "Active" member to Block so that it can be used to tell whether a given widget is in focus or not. I added some examples...
As shown in the table demo, there is a method to remove row separators: ``` ui.Render(primary) table2 := widgets.NewTable() table2.Rows = [][]string{ []string{"header1", "header2", "header3"}, []string{"Foundations", "Go-lang is so cool",...