this post was submitted on 19 Nov 2025
1083 points (97.7% liked)

Technology

76949 readers
3167 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] __hetz@sh.itjust.works 1 points 14 hours ago

Some of us are old enough to remember when "that command terminal thing" was computing. Now there's something about text on a black screen that seems to make people's eyes glaze over and their brains turn off today. You'd think they were being asked to decipher the Matrix. Too many generations removed I suppose.

The reality is I'm definitely not figuring out how my compositor works, almost never touching system files, infrequently scripting, and almost always using "a tool NOW for a SPECIFIC thing." I'm not a tech luddite. Modern computing is shiny and awesome. You want graphical tools for graphical tasks. But there are so many excellent specific-purpose CLI tools, typically included by default across nearly every distro, that make so much more sense to use over a GUI. Maybe not always but most of the time.

Simple example, damned if I'm gonna open a file browser, navigate to my downloads directory, right click - Cut (or Ctrl X), navigate to another directory, paste, then right click - Rename. Not when I can just open a terminal (realistically, I always have it open) and mv ~/downloads/kewlwallpapers_abstract_dark_blah_blah.jpg ~/pics/wallpaper/abstract_003.jpg Especially when tab completion means I just have to type a partial path or filename and slap Tab to fill in the rest. It's just so quick.