this post was submitted on 25 Aug 2025
1563 points (98.9% liked)

linuxmemes

27136 readers
1983 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] ian@feddit.uk 3 points 1 week ago (3 children)

    I thought command line users like typing things. I avoid typing where possible, and dont use the command line on Linux.

    [–] hansolo@lemmy.today 7 points 1 week ago (1 children)

    For a while I was using a VPN where the connections we all via command line. I loved it, because once you type it, it's just up up up to find that location again and swap around.

    Now I have to use the mouse and click like a damn fool!

    [–] Logical@lemmy.world 3 points 1 week ago (1 children)

    I work as a software developer. My team mate once said he was a "mouse and click kinda guy" when asked why he didn't use the terminal for git.

    [–] hansolo@lemmy.today 1 points 1 week ago

    Ugh, I bet he never pressed CTRL + C or P in his life.

    [–] frezik@lemmy.blahaj.zone 5 points 1 week ago (1 children)

    Part of the reason for a command line is being able to reproduce commands exactly. Going back through the command history is an important part of that.

    [–] ian@feddit.uk 1 points 1 week ago (1 children)

    A GUI with good usability can let you repeat commands exactly if required. They use last used values as default. If people in needed that often we'd see more of it in GUI apps. There is often more useful functionality that get prioritised though.

    [–] frezik@lemmy.blahaj.zone 2 points 1 week ago (1 children)

    It is done, but it comes in specifically packaged form for each use case.

    Postman is essentially a GUI app for reproducible curl commands. There's nothing in Postman that couldn't be done by a good shell script, and it will spurt out a curl command if you want. To get this in a shell environment, you need to have the knowledge to put together tools that are sitting right there. To get it in a GUI environment, you need a team of people who probably know how to do it in a CLI, but then create a complex memory hog GUI to do it otherwise. None of that development effort is directly transferable to any other problem space.

    [–] ian@feddit.uk 1 points 1 week ago (1 children)

    That's not necessarily so. There are all sorts of legacy reasons people give for making poor software. From lazy monopolies to programmers with little understanding of usability. To people without the big picture. It will change.

    [–] frezik@lemmy.blahaj.zone 1 points 1 week ago (1 children)

    Why would it suddenly change now, decades after the first GUI operating systems were available to average people?

    [–] ian@feddit.uk 1 points 1 week ago

    Sadly, big business, techies without imagination and community FOSS without enough capacity are the ones that control what is available. Nothing will suddenly change. Usability is way down the priority list.

    [–] ChickenLadyLovesLife@lemmy.world 4 points 1 week ago* (last edited 1 week ago) (3 children)

    In my first professional programming job writing custom software for clients in 1995, one of our standard sales pitches to clients was the idea that a GUI-based application would do away with the need for command prompts. This was always met with applause and great rejoicing. It's kind of remarkable that command prompts are still going strong thirty years later. I'm sure nobody would appreciate having this phenomenon compared to the Amish so I won't do it. But I think it's pretty cool that the Amish are still around doing their thing.

    [–] Homesnatch@lemmy.world 4 points 1 week ago (1 children)

    GUI is great, unless you want to automate something.. Then you either want a CLI or API

    [–] Demdaru@lemmy.world 2 points 1 week ago

    Nah, companies found solution to that long ago.

    ...

    ...HOW'S IT GOING JOHNY, GOT THAT LIST PARSED YET?

    [–] plyth@feddit.org 2 points 1 week ago

    People do not just point and nod. Using words and not just guestures makes life easier in many, but not all situations.

    [–] Saleh@feddit.org 1 points 1 week ago

    A GUI makes sense if you want things to be approachable. A CLI makes sense, if you want things to be well customizable.

    E.g. compare LaTeX script with setting formatting in an office program. Yes i see directly how the formatting is. And if a good Formatting standard is set, it can be used quite well nowadays. But if just want to put one Paragraph differently in order to fit a picture or table or something then things quickly get messy.