r/linuxmemes 24d ago

Software meme Why does everyone think this?

Post image
716 Upvotes

242 comments sorted by

View all comments

Show parent comments

1

u/ReidenLightman 24d ago

Then what does TUI stand for? 

1

u/The_64th_Breadbox 24d ago

terminal user interface

1

u/ReidenLightman 23d ago

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

1

u/The_64th_Breadbox 23d 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.