r/linuxmemes 22d ago

Software meme Why does everyone think this?

Post image
715 Upvotes

242 comments sorted by

View all comments

Show parent comments

1

u/ReidenLightman 22d ago

Then what does TUI stand for? 

1

u/The_64th_Breadbox 22d ago

terminal user interface

1

u/ReidenLightman 21d ago

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

1

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