Hacker News new | ask | show | jobs
Ask HN: The ultimate user interface (web.archive.org)
1 points by sschmitt 969 days ago
1 comments

Jeffrey Snover, inventor of PowerShell, wrote in 2007:

"It was a mistake to think that GUIs ever would, could, or even should, eliminate CLIs."

16 years later. Has the situation changed? Will it ever change?

We should obviously have both.

CLI is for automation. GUI is for exploration and certain limited contexts like mobile devices.

But CLI should be preferred when in doubt, or you lack resources. PowerShell type of CLI at that.