tui
Here are 1,260 public repositories matching this topic...
-
Updated
Jul 15, 2022 - C
-
Updated
Jul 22, 2022 - C
-
Updated
Jul 18, 2022 - Go
-
Updated
Jan 12, 2022 - JavaScript
after #1121 is merged we can blame at a specific file revision.
this can be used to open the file blame at the right revision from the commit-details view.
It would be nice if one could document how the x and y coordinates are defined. (Beginners might not know about it and well the more documentation the better).
What I think when I see x and y:
What it actually is:
-
Updated
Jun 11, 2022 - Go
-
Updated
Jul 21, 2022 - Python
-
Updated
Mar 11, 2020 - Python
-
Updated
Jul 22, 2022 - Rust
-
Updated
Jun 4, 2022 - Go
-
Updated
Jul 15, 2022 - C++
-
Updated
Jul 21, 2022 - Go
Is your feature request related to a problem? Please describe.
I would like for an effect to render text (or ASCII characters) from left to right, like it's being typed out.
Describe the solution you'd like
Similar to the mirage effect (where text can be rendered one character at a time, only randomly), it would be cool to have text rendered one letter at a time from left to right, so
-
Updated
Jul 10, 2022 - Python
When adding keyboard shortcuts to the actions buttons have, it seems difficult to express the user that the binding exists.
One easy way would be to have a styled button (with e.g. one highlighted character, easily expressed with markdown), but unfortunately that's not supported at the moment. Buttons themselves could also have a way to add bindings to them, and then a way to show those binding
Set Table size
Is there any way to set the table size? I have three different tables I want to print, one after the other, and for continuity purposes, it would look much better if they were all aligned to the same size, rather than the current variable size (depending on the size of the longest string in a column).
Improve this page
Add a description, image, and links to the tui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tui topic, visit your repo's landing page and select "manage topics."


The code coverage is 28.46% on coveralls.
Can tests be added and this be improved if possible?
I don't claim to know how bubbletea works internally and I think terminal based applications are hard to test, but if it is possible please add more thorough tests.