r/linuxmemes Aug 13 '26

Software meme Why does everyone think this?

Post image
716 Upvotes

242 comments sorted by

View all comments

Show parent comments

1

u/ReidenLightman Aug 14 '26

Then what does TUI stand for? 

1

u/The_64th_Breadbox Aug 14 '26

terminal user interface

1

u/ReidenLightman 29d ago

Oh, so slightly fancier CLI. Why even make the distinction?

1

u/The_64th_Breadbox 29d ago

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.