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

Memes

45158 readers
3220 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 4 comments
sorted by: hot top controversial new old
[–] Pantherina@feddit.de 1 points 1 year ago

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

[–] Rentlar@beehaw.org 0 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

[–] comfy@lemmy.ml 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.

[–] xethos@lemmy.ml 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.