• Cyclohexane@lemmy.mlM
      link
      fedilink
      arrow-up
      8
      ·
      10 months ago

      With CLI, all you need for most use cases is “command --help” or “tldr command” or the beginning of “man command”. Been using curl for ages with just that. This blog post is only if you want something in depth to master it, not a requirement to use it.

      A GUI is all about figuring things out and it is often pretty clunky compared to a cli, imo.

    • Semi-Hemi-Demigod@kbin.social
      link
      fedilink
      arrow-up
      6
      ·
      10 months ago

      See, I need a two hour tutorial to use the GUI because everything’s scattered all over the place. If I want to know the options for a CLI tool I just read the man page.

    • TimeSquirrel@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      10 months ago

      Until the time comes where the GUI just doesn’t have the specific option for what you want to do, and then usually you can string commands together into scripts to do it. That’s where its power lies. Every command/utility on a Unix/Linux system is meant to be a tiny building block to use to accomplish a more complex task.

      You can’t possibly program an option for every contingency into a static GUI, but you can hand the user a toolbox of command line utilities and then they can accomplish nearly anything.