• andrew@lemmy.stuart.fun
    link
    fedilink
    English
    arrow-up
    16
    ·
    10 months ago

    That’s just not true. Not without lots of hand waving.

    In my terminal I can, and pretty much hourly do, combine many programs in chains of input and output to perform specific tasks and get information I need. And that’s how these programs are designed to be used. The programmer builds it to do specific things and then the user can combine the program with others in novel and nearly endless ways.

    With a GUI, sometimes that’s possible between two programs if you can copy/paste between them but it’s much less reusable and a lot more tedious. But usually it’s just not possible because they’re designed for specific user personas and not as general purpose tools that may be part of a script.

      • andrew@lemmy.stuart.fun
        link
        fedilink
        English
        arrow-up
        6
        ·
        10 months ago

        Generally I would agree that anything can be made with a GUI with enough investment. But the point where diminishing returns don’t give enough return on GUI investment are reached much sooner than a scriptable shell environment where a power user can extend it in ways that would only make sense for that power user or a very small number of users.