-
Rich Interactive Widgets for Terminal UIs
Terminal UI library with rich, interactive widgets — written in Golang
cview is just a fork of tview that improves few things in tview such as TextView buffer efficiency (or at least it claims to, without benchmarks), and implements a few more widgets for the most part; some of the features later implemented in tview are not yet implemented in cview such as TreeView.GetLevel(), etc. it is almost very identical to tview. I am looking for a TUI library that is relatively much more flexible and low-level (for instance, you are not able to set the tick-rate in tview, nor cview) while implementing high-level common widgets.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Check this out for some flexbox support with Bubbletea: https://github.com/76creates/stickers. As for complex TUI applications, I have seen a few built with this framework. In fact, I built my own: https://github.com/astrogewgaw/koshka.
-
Check this out for some flexbox support with Bubbletea: https://github.com/76creates/stickers. As for complex TUI applications, I have seen a few built with this framework. In fact, I built my own: https://github.com/astrogewgaw/koshka.