4 ms·
gorgeous!! did you build the ui yourself or did you use a package to help? how did that go?
by 3523582908 2y ago
gorgeous!! did you build the ui yourself or did you use a package to help? how did that go?
- paranoidxprod 2y agoSeems 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 https://github.com/charmbracelet/bubbletea
- Cu3PO42 2y agoThe 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 https://github.com/charmbracelet/gum