←back to thread

105 points linsomniac | 6 comments | | HN request time: 0.835s | source | bottom
1. 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 #
2. woodruffw ◴[] No.42180331[source]
I similarly haven't used them, but vhs[1] looks very cool and useful (at least for my purposes, where I like to have lots of terminal demos in my documentation).

[1]: https://github.com/charmbracelet/vhs

3. 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 #
4. oulipo ◴[] No.42181934[source]
I'm using `gum` in my personal shell scripts when I want basic interaction (show a list, checkboxes, etc)
5. 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 #
6. bewuethr ◴[] No.42194798{3}[source]
Oh wow, I could have sworn! Did you never use bubble tea and bubbles, or did you remove them at some point?