this post was submitted on 13 Jul 2025
101 points (100.0% liked)

Linux

8428 readers
304 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 6 hours ago (1 children)

GUI is often faster to learn, but CLI is almost always faster to use. It's the argument people use for why they choose it. You don't have to move your mouse to click on buttons that can be anywhere. You just type. With tab completion, it's significantly faster.

(There is a secondary argument for CLI for tutorials, in that it's going to be the same or similar for everyone.)

[–] [email protected] 1 points 4 hours ago (1 children)

If you don’t count looking up parameters in man pages. GUIs are great because you don’t need to remember or look up commands and parameters. GUIs have keyboard shortcuts as well.

CLI is great when doing the same complex operation more than once, chaining program output, and such.

[–] [email protected] 1 points 4 hours ago

Yeah, easier to learn, slower to use.