-
bubbletea has recently [changed](https://github.com/charmbracelet/bubbletea/commit/14e58aa1f92fa9bd756d9e739ce63a39e98a39ac) the KeyType for the space character.
As a result, in particular, nothing…
-
We already have text input.
> A text input field, akin to an \ in HTML. Supports unicode, pasting, in-place scrolling when the value exceeds the width of the element and the common, and many custom…
-
Hi guys,
Do you have any plan to implement Table widgets for Bubble Tea? Or a little hack with the "Viewpoint" widget to support simple tables?
Thanks for your great works!
-
When viewing a file with less, one can press `v` to open the file in the editor. Adding this feature to glow would be great.
-
It seems that if you use `gum filter` doesn't allow for back spaces to delete chars.
*Test Case:*
```bash
echo "The Fellowship of the Ring" >> books.txt
echo "The Two Towers" >> books.txt
ech…
-
I'm using `HighlightedRow()` from inside the `Update()` function to access the detailed row data.
However, when filtering the table, I manage to create a panic:
1. set Page size to 20
2. select r…
-
On KDE Neon (basically Ubuntu 20.04). I did `make build` and got the output
```
go: downloading github.com/charmbracelet/bubbletea v0.20.0
go: downloading golang.org/x/term v0.0.0-20210422114643-…
-
I want to use the text input bubble to allow the user to enter some notes. They can enter newlines in the notes if they want. It looks like the text input component ignores the Enter key event. Is it …
-
I have the suspicion that I need to provide the size of the different models on my own. Is there a way, where boxer will derive the necessary sizes itself? If not, what's the best practice to find out…
-
Things I want to check outside the table:
* Which column is the table sorted by?
* Is a filter active?
* What is the current filter string?
Possible tea.Msg:
* filtering started
* filtering ch…