• @Dmian
    link
    -3
    edit-2
    9 months ago

    deleted by creator

    • Captain Aggravated
      link
      fedilink
      311 months ago

      I would assert that basically every shell I’m aware of is also a programming/scripting langauge, able to handle things like loops and branches. This is possible to do in a GUI but it’s kind of telling no one has achieved this in a desktop environment to any significant degree, including in the Linux space.

      “Iterate over all of the files in this folder, if it’s a video file of any format, create a folder with the same name as the video file in ~/Videos and move the file there.” I’m unaware of an OS desktop environment that can do even that level of automation with default GUI tools. It’s like 5 lines of Bash including “done;” at the end. You can probably do it in PowerShell, but I bet Windows power users would rather use AutoHotKey for this.

      • @Dmian
        link
        English
        -2
        edit-2
        9 months ago

        deleted by creator

        • @[email protected]
          link
          fedilink
          4
          edit-2
          11 months ago

          It wouldn’t make sense to add clutter to a GUI that benefits a tiny fraction of users a tiny fraction of the time while making the experience worse for everyone else.

        • Captain Aggravated
          link
          fedilink
          111 months ago

          I can imagine making a GUI that does it. But most aren’t able to. “That could include a check option of…” yeah it doesn’t though, is my point. GUIs are for doing things manually.