top | item 40320857

(no title)

3523582908 | 1 year ago

gorgeous!! did you build the ui yourself or did you use a package to help? how did that go?

discuss

order

paranoidxprod|1 year ago

Seems like they're using Bubble Tea, a Terminal UI framework for Go. I've heard very good things about it and have been meaning to check it out.

https://github.com/charmbracelet/bubbletea

Cu3PO42|1 year ago

The same project has an application called Gum which exposes primitives from their UI framework via a single CLI binary. It's intended to be used from a normal bash script and I've found it really quite pleasant to use.

For example, you could write 'gum choose foo bar baz' to get a nice picker over the three provided options.

Their repo has a ton of examples: https://github.com/charmbracelet/gum