1375
Ctrl+Alt+T (lemmy.world)
submitted 9 months ago by yesman@lemmy.world to c/linuxmemes@lemmy.world
top 50 comments
sorted by: hot top controversial new old
[-] Limeey@lemmy.world 157 points 9 months ago

A gui is helpful sometimes, but there’s a lot of cases where there’s no feasible way to make a good gui that does what the terminal can do.

Right tools for the right job.

For example, a gui to move a file from one folder to another is nice - drag and drop.

A gui that finds all files in a directory with a max depth of 2 but excludes logs and runs grep and on matching files extracts the second field of every line in the file? Please just let me write a one liner in bash

[-] andrew@lemmy.stuart.fun 125 points 9 months ago

A GUI makes simple things simple.

A shell makes hard things possible.

[-] lightnsfw@reddthat.com 52 points 9 months ago

Me fucking with hard drives/partitions : GUI please

Me doing pretty much anything else - Terminal

[-] 0x4E4F@sh.itjust.works 27 points 9 months ago

I always install gparted in the live environment 😂... cuz... yeah, I can fuck things up and end up without my data 😂.

[-] joel_feila@lemmy.world 11 points 9 months ago

Really you never organoze gigs of photos? That a gui task

load more comments (3 replies)
load more comments (3 replies)
load more comments (1 replies)
load more comments (6 replies)
[-] 0x4E4F@sh.itjust.works 71 points 9 months ago

Super + T in my case, but still...

(shhh 🤫, it's actually the win key, but don't let the Linux users hear ya 🤫)

[-] nul9o9@lemmy.world 39 points 9 months ago
load more comments (2 replies)
[-] Hule@lemmy.world 9 points 9 months ago

Using it in Linux is a win.. HA!

load more comments (13 replies)
[-] cetvrti_magi@lemmy.world 62 points 9 months ago

Few days ago I was in meeting with two friend, we did something for school, and my screen was shared. At one point I had to type something in Vim so I opened a terminal. They were shocked, confused and said something like "we aren't hackers" (and we are on IT department). More people should know about beauty of CLI.

load more comments (4 replies)
[-] callyral@pawb.social 48 points 9 months ago
[-] stepanzak@iusearchlinux.fyi 35 points 9 months ago
[-] callyral@pawb.social 13 points 9 months ago* (last edited 9 months ago)

I believe I may have found a compromise: ❖+⏎

[-] QWho@aussie.zone 10 points 9 months ago

I use Capslock and it is beautiful.

load more comments (8 replies)
load more comments (1 replies)
[-] Agent641@lemmy.world 36 points 9 months ago

The terminal is not fancy, or pretty, and its not that nice to use, but its always available and it gets the job done, just like OPs mum

load more comments (3 replies)
[-] misophist@lemmy.world 34 points 9 months ago

Honestly, I like both. I use whichever provides the biggest productivity multiplier. For example, I can navigate around the filesystem and manipulate text files and code extremely quickly in the terminal. On the flip side, I like to use a gui which allows me to spread 6-12 terminal windows across my multiple displays.

[-] Buddahriffic@lemmy.world 18 points 9 months ago

Yeah, GUIs are great. I especially like having multiple tabs to organize my terminals for different tasks.

[-] Ziglin@lemmy.world 32 points 9 months ago
load more comments (4 replies)
[-] Yaarmehearty@lemmy.ml 31 points 9 months ago

I can’t say I love the terminal, if there’s a GUI for a task I’ll use that but there comes a time in every troubleshooting session where the terminal is just the only way to do something reliably.

I’m not going to lie though, I forget commands constantly so have to search the most basic shit to type in.

[-] spikespaz@programming.dev 13 points 9 months ago

The trick is to build a massive history file and let auto complete use it for parts.

load more comments (3 replies)
load more comments (1 replies)
[-] dQw4w9WgXcQ@lemm.ee 29 points 9 months ago

Intellij: Has a modern GUI for Git with code cleanup, import optimization and visualization of changes.

Me: Open terminal, 'git commit -m "wrote code" && git push'. Then realize I forgot to add half of the files, so I make another commit. Then realize I forgot to cleanup bad indents, so I make another commit. Then realize my code doesn't even build, so I make another commit, etc.

load more comments (7 replies)
[-] CaptDust@sh.itjust.works 27 points 9 months ago

It takes a lot of energy to move from the keyboard to the mouse and back constantly, gross.

[-] EmergMemeHologram@startrek.website 20 points 9 months ago* (last edited 9 months ago)

I wish the ThinkPad nub was more popular.

If you want to get better with the nub use it to play StarCraft brood war.

load more comments (7 replies)
load more comments (12 replies)
[-] southsamurai@sh.itjust.works 26 points 9 months ago

Don't forget us dyslexics though! Cli is rough on that, but gui tends to avoid the errors a typo can cause.

I swear, having to copy/paste stuff in terminal to avoid typing the damn commands five times is way less convenient.

I get it, Linux veterans love the terminal because it is efficient and capable. But there's multiple reasons for a gui interface for common tasks, accessibility being the biggest.

[-] topinambour_rex@lemmy.world 10 points 9 months ago

Maybe some of those answers can help you

load more comments (2 replies)
[-] doidera@lemmy.eco.br 19 points 9 months ago
[-] Honytawk@lemmy.zip 11 points 9 months ago

Locking things behind terminal is not.

[-] olutukko@lemmy.world 20 points 9 months ago

It's not locking behind terminal. It's just not implementing gui. Which is completely valid since that takes time and effort

load more comments (4 replies)
[-] Adanisi@lemmy.zip 10 points 9 months ago* (last edited 9 months ago)

People are free to write a GUI for it, assuming it's free software. And you are free to not use a terminal and use any GUI alternatives.

I mean, locking things behind a GUI definitely isn't freedom. GUIs are very limited compared to most terminal interfaces.

load more comments (1 replies)
load more comments (3 replies)
[-] GlowHuddy@lemmy.world 19 points 9 months ago
[-] Discover5164@lemm.ee 16 points 9 months ago

meta + T is for tiling

meta + enter is for a terminal

load more comments (4 replies)
load more comments (1 replies)
[-] gunpachi@lemmings.world 18 points 9 months ago* (last edited 9 months ago)
load more comments (3 replies)
[-] pomodoro_longbreak@sh.itjust.works 16 points 9 months ago

$mod+Return crew wherr you at

load more comments (2 replies)
[-] FrankTheHealer@lemmy.world 15 points 9 months ago

As a Linux user of 5 years, I like doing things with the GUI first, and then falling back to terminal if/when shit fucks up. It's such a great tool.

[-] elscallr@lemmy.world 10 points 9 months ago

Which is funny because I'm the other way around. I'll try doing something with the CLI but if it's like a calculation or something and I can't figure it out with awk, etc, I'll defer to a spreadsheet.

[-] Semi-Hemi-Demigod@kbin.social 15 points 9 months ago

Say I wanted to make a bunch of folders with sequentially numbered names, and the same sub folders in them.

This would take ages with a GUI but you can do it with one line in the terminal

[-] callyral@pawb.social 14 points 9 months ago

nushell is pretty modern ^and^ ^written^ ^in^ ^rust^

load more comments (1 replies)
[-] MigratingtoLemmy@lemmy.world 13 points 9 months ago

I'm the kind that never opens a file manager other than to move stuff from one directory to another

load more comments (6 replies)
[-] shalva97@lemmy.world 13 points 9 months ago

Life is too short for terminal

[-] lugal@lemmy.world 20 points 9 months ago
load more comments (1 replies)
[-] OrnateLuna 12 points 9 months ago

Tbf quite often there just isn't a good gui for what I need or for some reason the GUI just doesn't do what it should

[-] toki@mander.xyz 10 points 9 months ago
load more comments (2 replies)
[-] vsis@feddit.cl 9 points 9 months ago* (last edited 9 months ago)

tmux gang be like: ctrl-b, c

screen boomers be like: ctrl-a, c

load more comments (2 replies)
load more comments
view more: next ›
this post was submitted on 10 Dec 2023
1375 points (100.0% liked)

linuxmemes

20762 readers
1450 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS