Hacker News new | ask | show | jobs
by woopdy 4428 days ago
Best CLI program ever!
1 comments

It's not really a CLI. In traditional parlance it's a CUI, though it frequently hosts a CLI...
What's the 'U'?
User, like in GUI.

CUI is either "Character User Interface", "Console User Interface", or "Captive User Interface". The first two are mostly orthogonal to "Command Line Interface" (CLI), which can be character based or graphical. The last asserts that the interface fails to play well with the shell, which is nearly always true of GUIs and is frequently true of console programs that make heavy use of ncurses (though not always, and can be true without that).