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...
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.
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.