←back to thread

103 points linsomniac | 7 comments | | HN request time: 0.648s | 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. terminaltrove ◴[] No.42180696[source]
We have a lot here which this list is exclusively TUI programs.

https://terminaltrove.com/categories/tui

and another list which are terminal tool of the week where some TUIs are complex, like dolphie, kaskade, trippy or pug for example.

https://terminaltrove.com/tool-of-the-week/

https://terminaltrove.com/dolphie/

https://terminaltrove.com/kaskade/

https://terminaltrove.com/trippy/

https://terminaltrove.com/pug/

4. 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 #
5. oulipo ◴[] No.42181934[source]
I'm using `gum` in my personal shell scripts when I want basic interaction (show a list, checkboxes, etc)
6. 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 #
7. 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?