this post was submitted on 10 Dec 2023
1340 points (98.2% liked)

linuxmemes

20770 readers
1557 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] Rentlar@lemmy.ca 8 points 9 months ago (1 children)

Shell is amazing for big, batch jobs or a complex thing done in one or two lines.

GUI is great for poking around at options, visualizing your files and file structure and making edits to one or two things at a time. There are a few batch tasks that work great, like the Batch Renamer in MATÉ DE. You get a preview of how your file will change before you apply it and can easily undo it if you fuck up.

[–] sxan@midwest.social 5 points 9 months ago

I like this format. My version is:

A shell is great for things you know how to do well, or do often.

A GUI is good for things you don't do frequently, or don't know well.

The thing that keeps me choosing terminal tooling, though, is the ability to script. Everything a GUI can do, a CLI tool could. The inverse is not true. And many of the advantages of GUIs can be provided by a curses interface, so I find it just easier to stay in a terminal most of the time.