5 programs with an under appreciated interface
CLI vs. GUI
In the early days of the computer everything was done using a command line, also known as a Command Line Interface (CLI). The concept is simple: you type a command followed by carriage return (“enter”) and the computer ‘does’ something in response.
As development progressed computers became more capable of handling graphics and that eventually resulted in the ability to do most of our work on a computer in a graphical environment, also known as the Graphical User Interface (GUI). And just like the CLI the concept is simple, it usually evolves around pointing and clicking with a mouse. And, if you’re writing an article like this, with plenty of typing as well.