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

linuxmemes

20770 readers
1419 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
[–] 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.