TUIs
A text user interface (TUI) is a user interface that presents information and accepts input primarily through text within a terminal or console. TUIs differ from graphical user interfaces by lacking traditional windowed graphics, and from simple command-line interfaces by offering interactive widgets such as menus, forms, and panels that can be navigated with a keyboard.
TUIs are typically built on terminal libraries that manage text rendering, colors, and input events. The most
Historically, TUIs emerged with character-based terminals in the 1980s and 1990s and remain prevalent in environments
Advantages of TUIs include low resource usage, local or remote operability through SSH, and scriptability or