-
Hello there! Absolutely awesome project!
-
Hello, I want to have something similar to the exec example, but having the altscreen active from the beginning, like this (I only changed `main`):
```go
package main
import (
"fmt"
"os"
…
-
-
Hello! I've made a library to help with mouse event tracking, allowing zones to be created, and easily check if mouse events are within a specific zone -- primarily useful for things like tabs, lists,…
-
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…