4 comments

[ 3.2 ms ] story [ 17.5 ms ] thread
Interesting that the website claims this is a “TUI” framework. In my mind, TUI means full screen, interactive terminal applications. This library seems focused on readable printing. The GitHub shows a full screen live timer, but there’s no obvious discussion of layouts, widgets, etc.
Are you able to create terminal forms with multiple fields at the same time? I tried to look at the examples, but they all had single widget at a time. I used https://github.com/charmbracelet/bubbletea on one project, but it felt quite cumbersome to create forms with validation, multiple pages and states etc.