bubbles icon indicating copy to clipboard operation
bubbles copied to clipboard

TUI components for Bubble Tea 🫧

Results 285 bubbles issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I'm not sure if this is possible with the existing model, but there doesn't appear to be any documentation on how to pick directories on the filepicker...

enhancement

**Describe the bug** The [default Height of the filepicker is set to 0](https://github.com/charmbracelet/bubbles/blob/ff8b5a8e17c91972211d0b9f03e7764ddaa2f6d0/filepicker/filepicker.go#L40). When I go to the parent directory or go down a directory (i.e. press H or L),...

Bumps the all group with 1 update: [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x). Updates `github.com/charmbracelet/x/ansi` from 0.10.2 to 0.11.0 Commits 54469c2 refactor: rename SlowBlink to Blink d69ba38 refactor(ansi): rename constants to use prefixed typing convention...

dependencies

This is an automated pull request to sync the Dependabot config with the meta repository.

**Describe the bug** In v2, creating a stopwatch with `stopwatch.New()` (and no `stopwatch.WithInterval` argument) creates a stopwatch with an interval of 0, which causes some problems as the elapsed time...

- [x] I have read [`CONTRIBUTING.md`](https://github.com/charmbracelet/.github/blob/main/CONTRIBUTING.md). - [ ] I have created a discussion that was approved by a maintainer (for new features).

**Is your feature request related to a problem? Please describe.** I have a textarea that is not focused as its in a different pane. I return `textarea.Blink` in the `Init`...

enhancement

**Is your feature request related to a problem? Please describe.** I'm writing a `tea.Model` that wraps around a `bubbles.textinput` and a few other bubbles. In my `Update` method, I have...

enhancement

**Is your feature request related to a problem? Please describe.** I would love to be able to utilize the filepicker bubble with a spoofed or mocked filesystem. If I wanted...

enhancement