Terminal User Interfaces
TUIs could be really beautiful and efficient
Take a look at this photo above, itโs a beautiful UI, in the Terminal. I never imagined I could see something like this. Terminal UIs are seeing so much development in the Go language ecosystem (some in Rust as well) and I think itโs great to see. After being plagued for a long time with Electron and its excessive RAM and resources usage, itโs great to see TUIs making a come back.
The terminal is efficient and very easy to interact with, if simple commands are shown to the use down at the bottom. Iโll be looking forward to an opportunity to utilize something like this.
Here are some links for Bubble Team (the powerful TUI library in Go):
GitHub - charmbracelet/bubbletea: A powerful little TUI framework ๐
GitHub - charmbracelet/lipgloss: Style definitions for nice terminal layouts ๐
GitHub - charmbracelet/bubbles: TUI components for Bubble Tea ๐ก
GitHub - charmbracelet/glow: Render markdown on the CLI, with pizzazz! ๐ ๐ป


