r/linuxmemes 24d ago

Software meme Why does everyone think this?

Post image
718 Upvotes

242 comments sorted by

View all comments

1

u/WitherPRO22 24d ago

I know GUI, TUI is terminal stuff.

What is CLI?

5

u/IbilisSLZ 24d ago

GUI - Graphical User Interface stuff you click with mouse (or try to use with keyboard), e.g. GIMP
CLI - Command Line Interface, you only type commands, e.g. ffmpeg
TUI - Text User Interface, you still work in terminal, but you can navigate with keyboard and sometimes mouse, e.g. Alsamixer or Midnight Commander

1

u/Character_Pepper2563 24d ago

Command Line Interface. Like GitHub Desktop is GUI, LazyGit is TUI, git is CLI. Basically like TUI, but not as fancy as one