tui
Here are 691 public repositories matching this topic...
-
Updated
Mar 6, 2021 - C
-
Updated
Oct 29, 2020 - Go
-
Updated
Mar 11, 2020 - Python
-
Updated
Mar 13, 2021 - Go
-
Updated
Mar 12, 2021 - Python
-
Updated
Mar 10, 2021 - Go
my most typical use case is putting a stash back into my workspace and then I want to delete the stash. right now I have to go back to the stash tab to do that. I want to be asked and then it should auto delete after applying the stash
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
Vertical barcharts
-
Updated
Feb 27, 2021 - Python
What RedrawInterval is being constant is a problem. Support the --redraw-interval option to make it configurable.
First: is this a bug report? A suggestion? Or asking for help? Bug report/suggestion
Problem description
For a &mut ProgressBar, there are no methods to set its min and max values. The only methods to change their values (min(self, usize), max(self, usize)) take ownership of the ProgressBar, which is not possible if you have a reference.
Workaround: to gain ownership, create a
Balance sheet column headings should be the column's end date:
Balance Sheet 2020-07-03
|| 2020-07-03
======================================++==============================================
But in the HTML output, it seems to be a date range instead:
Bala |
|---|
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Mar 13, 2021 - Rust
-
Updated
Mar 10, 2021 - C
-
Updated
Feb 16, 2021 - Rust
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."
I didn't find the relevant API in the documentation. Maybe I should implement a custom widget ?