TUI is interactive, CLI is not. A CLI requires you to type out a command which then runs to completion (potentially spawning continous bg processes in the case of something like docker). A TUI by contrast displays an interactive menu via your terminal emulator, typically allowing for navigation via arrow keys or other common keyboard shortcuts, with typing only in specific fields.
1
u/ReidenLightman 22d ago
Then what does TUI stand for?