bubbletea
https://github.com/charmbracelet/bubbletea
Go
A powerful little TUI framework 🏗
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported1 Subscribers
Add a CodeTriage badge to bubbletea
Help out
- Issues
- fix(renderer): flush queued view before insert above
- [v2] tea.Printf/Println before the first flush emits a full-terminal-height cursor-down (scrolls the whole screen)
- chore(deps): bump the all group across 1 directory with 3 updates
- v2: no way to sync tea.Println/insertAbove with the frame flush (stale frame row welded into scrollback)
- chore(deps): bump golang.org/x/net from 0.39.0 to 0.55.0 in /examples
- perf: cursedRenderer v2 scroll frames significantly slower than v1
- perf: scroll-optimised flush() in cursedRenderer
- fix: add WithHardTabs/WithBackspace options and fix doc bugs
- fix(tea): fall back to 80x24 when initial GetSize returns 0 (blank first frame under tmux)
- fix: guard ProgressBarState string conversion
- Docs
- Go not yet supported