• 0 Posts
  • 1 Comment
Joined 1 year ago
cake
Cake day: July 12th, 2023

help-circle
  • Not OP. Used Linux since the late 90s. My daily driver is NixOS. GUI here is synonymous with TUI.

    What about GUIs appeals to you over a command line?

    I like the GUI because I can see what options the tool can execute in this state. I don’t have to pass --help to grep or keep several man page sections open. The machine knows what it’s capable of and I direct it.

    With CLIs I feel like I’m always relearning tools. Even something as straightforward as ‘enable a flag’ has different syntax. Is it -flag? --flag? --enable-flag? Oh look, a checkbox.

    Not to say that I think a window environment is best for all things. When using an IDE, I have the terminal open constantly. Programmers are as bad at visual interfaces as they are module interfaces. If no UX designer was involved in displaying complex data or situations, I’m likely to try to fall back to the commandline. Just that - when there are GUI tools I tend to prefer them over an equivalent CLI tool.


    tl;dr GUIs can represent the current state of a complex process and provide relevant context, instead of requiring the user to model that information (with large error bars for quality of the UI).

    Anyway, I hope you take this in good humor and at least consider a TUI for your next project.