this post was submitted on 03 Jun 2023
22 points (100.0% liked)

Memes

45440 readers
918 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago

People say Linux is complicated while you can literally just run one script and have everything setup.

[–] [email protected] 1 points 1 year ago

While I love using a terminal, there are certainly things that I prefer a TUI or a GUI for. But they should be navigable using the keyboard. I can move files around much faster using Total Commander or Midnight Commander rather than using the terminal.

[–] [email protected] 1 points 1 year ago (1 children)

Honestly terminal commands are like a picky voice assistant that you talk to via keyboard... you tell the computer to do something and it just does it, or it fusses at you that you screwed up something.

Clicking stuff ends up being the slower way once you know what you are doing...

Real command-line users only need two keys, enter and up

[–] [email protected] 0 points 1 year ago (1 children)

At some point, I realize that I'm furiously clicking the up arrow twenty times just to reenter a command that was two words long anyway and far quicker to type out. Not even CTRL+R would make it more efferent than typing.

[–] [email protected] 1 points 1 year ago

Even with mid-command matching, like "ctrl+r Doc" for "cd Documents"? Just in case not everyone has found that you don't have to match from the beginning of the string you're looking for.

[–] [email protected] 0 points 1 year ago* (last edited 1 year ago) (2 children)

a gui is legitimately slower in most contexts. I will never understand why people feel like they need one so bad.

edit: spelling mistakes.

[–] [email protected] 1 points 1 year ago

The menus tell you all of the things it can do in a relatively intuitive way. It's easier and quicker to get started than reading the help/man page and remembering commands. Much shallower learning curve -- but of course, a much lower ceiling on what you can do as your proficiency grows.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Hmm, now that I think about it, I want to say a GUI provides a (potentially false) sense of security.

At the very least, it gives an intuitive sense of direction, so that you can use a program with very little understanding of it. Things like Handbrake over ffmpeg I'd prefer over having to look up how to do 2-pass conversions online every time I want to make one.