11# Bubbles
22
3- <p >
4- <img src =" https://stuff.charm.sh/bubbles/bubbles-github.png " width =" 233 " alt =" The Bubbles Logo " >
5- </p >
3+ <img src =" https://github.com/user-attachments/assets/09d46497-9b4e-4de9-bb8e-685ef5c80c96 " width =" 350 " />
64
75[ ![ Latest Release] ( https://img.shields.io/github/release/charmbracelet/bubbles.svg )] ( https://github.com/charmbracelet/bubbles/releases )
86[ ![ GoDoc] ( https://godoc.org/github.com/golang/gddo?status.svg )] ( https://pkg.go.dev/github.com/charmbracelet/bubbles )
97[ ![ Build Status] ( https://github.com/charmbracelet/bubbles/workflows/build/badge.svg )] ( https://github.com/charmbracelet/bubbles/actions )
108[ ![ Go ReportCard] ( https://goreportcard.com/badge/charmbracelet/bubbles )] ( https://goreportcard.com/report/charmbracelet/bubbles )
119
1210Some components for [ Bubble Tea] ( https://github.com/charmbracelet/bubbletea )
13- applications. These components are used in production in [ Glow ] [ glow ] , and [ many other applications] [ otherstuff ] .
11+ applications. These components are used in production in [ Crush ] [ crush ] , and [ many other applications] [ otherstuff ] .
1412
15- [ glow ] : https://github.com/charmbracelet/glow
13+ > [ !TIP]
14+ >
15+ > Upgrading from v1? Check out the [ upgrade guide] ( ./UPGRADE_GUIDE_V2.md ) , or
16+ > point your LLM at it and let it go to town.
17+
18+ [ crush ] : https://github.com/charmbracelet/crush
1619[ otherstuff ] : https://github.com/charmbracelet/bubbletea/#bubble-tea-in-the-wild
1720
1821## Spinner
@@ -174,7 +177,7 @@ var DefaultKeyMap = KeyMap{
174177
175178func (m Model ) Update (msg tea .Msg ) (tea .Model , tea .Cmd ) {
176179 switch msg := msg.(type ) {
177- case tea.KeyMsg :
180+ case tea.KeyPressMsg :
178181 switch {
179182 case key.Matches (msg, DefaultKeyMap.Up ):
180183 // The user pressed up
@@ -188,11 +191,11 @@ func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
188191
189192## There’s more where that came from
190193
191- To check out community-maintained Bubbles see [ Charm &
192- Friends ] ( https://github.com/charm-and-friends/additional-bubbles ) . Made a cool Bubble
193- that you want to share?
194- [ PRs ] ( https://github.com/charm-and-friends/additional-bubbles?tab=readme-ov-file#what-is-a-complete-project )
195- are welcome!
194+ To check out community-maintained Bubbles see [ Charm & Friends ] [ charmandfriends ] .
195+ Made a cool Bubble that you want to share? [ PRs ] [ prs ] are welcome!
196+
197+ [ charmandfriends ] :
198+ [ prs ] : https://github.com/charm-and-friends/additional-bubbles?tab=readme-ov-file#what-is-a-complete-project
196199
197200## Contributing
198201
@@ -214,8 +217,8 @@ We’d love to hear your thoughts on this project. Feel free to drop us a note!
214217
215218---
216219
217- Part of [ Charm] ( https://charm.sh ) .
220+ Part of [ Charm] ( https://charm.land ) .
218221
219- <a href =" https://charm.sh/ " ><img alt =" The Charm logo " src =" https://stuff.charm.sh/charm-badge .jpg " width =" 400 " ></a >
222+ <a href =" https://charm.sh/ " ><img alt =" The Charm logo " src =" https://stuff.charm.sh/charm-banner-next .jpg " width =" 400 " ></a >
220223
221224Charm热爱开源 • Charm loves open source
0 commit comments