termdash
termdash copied to clipboard
Terminal based dashboard.
Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.5.1 to 2.5.2. Commits 896efab Better handling for monochrome. e15e96c Add banner in support of Ukraine. 80a58b9 fixes #462 Console resizing 22d7226 Show modifiers with mouse buttons...
I've set `linechart.YAxisCustomScale(-20, 20)` and I want the position of 0 to always stay at the same place. Looking at the code, unfortunately ``the LineChart would still rescale the Y...
As terminal background might differ the color scheme needs to match. To avoid this I would like to set background color to black. I tried this: t, err := tcell.New(tcell.ClearStyle(cell.ColorDefault,...
I am on the `devel` branch of `termdash` and I passed 4 different styles with `text.WriteCellOpts` to the `text.Write` call for testing the result. Except, I found only the `blink`...
Currently `termdash` mostly supports running on black background. Individual widgets can choose colors of elements on their canvas, but there isn't a good way to change the color of the...
Hello, my golang project use tview(https://github.com/rivo/tview) I would like to put this chat in tview, is there a way?
Consider adding a widget that allows tabs to be placed on the screen which would appear similar to the image below  Now that the button is done perhaps some...
When you click into a container with the mouse and it gets focus, can other containers poll some event table to track that ? Im trying to figure out how...
I.e based on which container is focused. Currently when user clicks on a container and performs a keyboard or a mouse action, only the widget in the container receives the...
The `tcell` library seems to have added support for pasting into the terminal. We should investigate of copy&paste can now be supported and add it to termdash. https://github.com/gdamore/tcell/blob/master/CHANGESv2.adoc Related to...