A screenshot from Back To The Future. Doc has Marty and his girlfriend in the car, and is saying “GUI? Where we’re going, we don’t need GUI!”
Hard disagree.
GUIs made computers/operating systems accessible. In fact, I would argue that we need even less command line in Linux distributions for the most common tasks and even those beyond that. The hardcore Linux fan won’t agree, I guess, but IMO that’s one of the ongoing needs in Linux accessibility and wider acceptance.
Good example is YasT in OpenSuse. A GUI for much of the stuff other distributions require knowledge of terminal commands, though it really is for Sys. Admins.
Mint and its big daddy Ubuntu have done well for the average user. I hope that this trend will continue and companies will support Linux better than they are now.
Every few years I buy a new computer and then install a fresh copy of whatever UI friendly distro that the community is gushing over. Each time has seen significant improvements but each time I’m spending my time in the terminal.
I’m not even a normie. I run Synology with docker containers. I operate my own website. I just don’t wanna be in the terminal just to play my PC games.
I think the problem is that it’s just easier to explain what to do for someone having a problem by telling them to paste a line of text into the terminal. Having to walk a user through gui navigation is a pain.
That means, though, that anyone getting help to get gud at Linux is going to mostly be leaning terminal commands.
Quite the opposite. Walking people through terminal commands is a pain. Cryptic commands that often obscure their true meaning and functionality, where every typo leads to failure.
On the other hand, asking someone to open “Software” and just click on the “Install” button of whatever they searched for is infinitely better than explaining how to update the package index, add a repo and so forth.
And that’s just installing software.
New kernel? The average user shouldn’t know about that. Just install it with an OS upgrade. File editing? Stop opening explanations with “sudo nano…”, start with “open your favourite text editor”. Or better: " click on settings and activate option xyz." And so forth.
I use the terminal myself. Sometimes because I want to. Often because I have to. I wish I had the option more often.
Drag agrees with you. Drag just had a funny conversation recently about a particular Linux tool that had a desktop version and a CLI version, and drag was asked which drag wanted. Drag would personally prefer to use it on the CLI, though drag is glad the GUI exists. And then this meme popped into drag’s head.
Such a bizarrely stupid social experiment.
No, GUI is actually great and opened up computers to billions more people.
I think anyone reading this can gather that I’m referring to this “drag” nonsense. Not for one second has anyone believed you go around IRL requiring people to call you “drag”. It’s blatantly obvious that you’re just trolling because you think you can get away with it.
Drag doesn’t require anyone to use drag’s preferred pronouns, online or in meatspace. But drag’s fiance @HonouraryDragon@lemmy.nz does gender drag correctly and so do drag’s friends.
Yeah this is what no one believes
Welcome to drag, been seeing drag on lemmy for a while now so I just accept drag to use the internet as drag likes, making memes and talking in the third person
Imagine if the terminal in the 80s has had a line with auto-completion below the prompt.
Or a clipboard with notepad in a second window for quick reference. The amount of one-off commands and single use script kiddie code I had transcribed in my marble composition notebook was staggering.
What window? I was talking about DOS.
Right. I’m saying how great it would’ve been to have those things when all we had was CLI, just like your point about autocomplete. Especially for dummies like me who didn’t ask for help or look for resources and had to reverse engineer directory changes and command strings to learn the interface.
unpopular opinion: notepad is easier to use than vi
Not if notepad isn’t installed.
Edit: Relatedly, I took the time to learn vi because it’s usually installed already.
Nano is easier for beginners. Nano is similar to a curses version of notepad. Nano is also not installed and the server admins of the server you’re shelling into may not be pleased with you installing it.
I’ve been using Linux since around 1998. Back then it was fair to say that the command line was occasionally needed. I personally prefer the command line because it is much more powerful, and I can do so much more with it. Shockingly, I do not use Arch. (I’m on Gentoo.)
But, I also maintain an Xubuntu computer for my wife. I haven’t needed the command line for it ever that I can recall. I log in occasionally and it pops up a GUI prompt for me to install updates. GUI updater comes up, and a GUI sudo dialog elevates my permissions. Everything is updated through GUI. Everything my wife needs to do (including occasionally adding or updating a wifi connection) is done through the GUI.
(Don’t get me started on their stupid mix of snaps and debs, though. That is a huge pet peeve.)
Re: command line - have you ever seen a person try to move a bunch of 1 type of file from one dir to another in MS Windows Explorer file manager? Best case scenario, they know to ctrl-click to select several non-sequential files. Worst case, they drag and drop each file individually. In the command line, just do ‘cp *jpg …/destination-dir/’.
My first thought when I saw this pic was “Are they talking to their computers in the future? GenAI ‘interface’?” That would truly replace CLI for many of the most complex tasks.