I am not a huge fan of the TUI(Graphical terminal application) But I do think the CLI(an App you control only via a command line) is the better interface method for many application. mainly because they provide the highest code ratio of any methodology. That is, you get more interface with less code using a cli than any other method
But one thing I love about terminal applications is how nice they work on remote sessions.
Comments
I am not a huge fan of the TUI(Graphical terminal application) But I do think the CLI(an App you control only via a command line) is the better interface method for many application. mainly because they provide the highest code ratio of any methodology. That is, you get more interface with less code using a cli than any other method
But one thing I love about terminal applications is how nice they work on remote sessions.
I agree. Writing, testing, and documenting anything other than a CLI is so much more work, imo.