-
I have this weird issue here, where I have two viewports (left and right), using them to view some text which I get by accessing a map of pages, the problem is that it takes 2 clicks to change the cur…
-
I'm doing a simple experiment to poll the terminal for size changes and update a bordered viewport to span the full window. (It's not an ideal solution but I can't rely on `WindowSizeMsg` events on Wi…
-
### Describe the solution you'd like
Make yay look more beautiful using go by checking out some of [charmbracelet's projects](https://github.com/charmbracelet) like lipgloss or bubbletea. (idk how to…
-
## Meta:
**CircleCI CLI Version:**
```
0.1.23845+f59d90e (homebrew)
```
**Operating System:**
Mac OS X
**CircleCI CLI Diagnostic:**
## Current behavior:
When running help commands on …
-
Because of this [`time.TimeOnly`](https://github.com/collinvandyck/gpterm/blob/3524a30cc439bf123f572e27eaf60b9f2ad7fea4/lib/log/log.go#L113) const, the minimum Go version for the build must be 1.20 ([…
-
`Owl.Table` is a great tool for making fancy tables, but is a bit too rigid to be used as a general-purpose layout primitive. I'd love some kind of flex-row option that allows layout out multiple data…
-
When filtering a table with many rows (tested with ~40000), cursor movement gets very sluggish (several secs to go to the next row).
Table setup is just table.WithFilterInputValue( somefilter)
Any i…
-
I have a simple bubbletea program where I split the screen into 2 to show 2 lists.
I have a problem is that if the item's width/length is large > 50, only the first 50 char are displayed, rest with …
-
https://github.com/charmbracelet
https://github.com/charmbracelet/bubbletea
I like the bubbles and lipgloss styles that they have, you can see many in the readme.md
-
I'm trying to build an fzf like cli: the tui output a string to stdout, which is piped to another command.
In order to achieve it, use the `tea.WithOutput(os.Stderr)` option, and the following comm…