Ask HN: Do you use terminal based GUI applications?
I'm not referring to the typical CLI application that you call from the command prompt with some arguments and wait for the output. I'm referring to the kind of applications that draw an ascii-like user interface in the terminal. Examples include: vim, top, midnight commander or NetHack.
Is there any of these apps that you use frequently? Is there any particular thing that you like about these interfaces?
2 comments
[ 2.6 ms ] story [ 15.6 ms ] threadWhat I like about them is that they’re information-dense and extremely performant; and a bit more discoverable than a CLI. What I dislike about them is that they tend to be poor at surfacing or highlighting important information or providing context. And they’re far less discoverable than a modern GUI.