termdash icon indicating copy to clipboard operation
termdash copied to clipboard

Terminal based dashboard.

Results 51 termdash issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

enhancement

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,...

bug

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`...

bug

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...

enhancement
help wanted

Hello, my golang project use tview(https://github.com/rivo/tview) I would like to put this chat in tview, is there a way?

question

Consider adding a widget that allows tabs to be placed on the screen which would appear similar to the image below ![image](https://user-images.githubusercontent.com/16966683/54092355-6f912400-4348-11e9-8db9-5782c868118f.png) Now that the button is done perhaps some...

enhancement
help wanted
good first issue

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...

enhancement

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...

enhancement

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...

enhancement