←back to thread

103 points linsomniac | 1 comments | | HN request time: 0.295s | source
Show context
guessmyname ◴[] No.42180207[source]
People have been posting about these Charm projects for a few years now [1]. I think they look cool and, while I know they exist, I have never found myself in a position where I want to add them to my consumer-facing projects, nor even my personal projects. Does anyone have examples of (public) non-trivial Terminal programs that make use of these libraries?

[1] https://news.ycombinator.com/from?site=github.com/charmbrace...

replies(4): >>42180331 #>>42180696 #>>42181933 #>>42181934 #
bewuethr ◴[] No.42181933[source]
The GitHub CLI (https://cli.github.com/) uses Bubble Tea. There's no good way to find popular dependents, but you can browse https://github.com/charmbracelet/bubbletea/network/dependent... to see GitHub repos that import the module.
replies(1): >>42182470 #
wlamartin ◴[] No.42182470[source]
Just as a note, the GitHub CLI doesn't use bubbletea itself right now, though it does use other charm libraries such as lipgloss and glamour. That said, it's quite likely that at some point we will use huh for our prompting library, which does use bubbletea.
replies(1): >>42194798 #
1. bewuethr ◴[] No.42194798[source]
Oh wow, I could have sworn! Did you never use bubble tea and bubbles, or did you remove them at some point?