logoalt Hacker News

steve1977today at 9:20 AM1 replyview on HN

TUIs are really the worst of both worlds IMHO.

The one advantage that a terminal has, is that commands can be concise and scriptable. But that only really applies to CLI.

A TUI is just a poor man emulation of a GUI, without any advantages.


Replies

cervedtoday at 2:42 PM

The advantage is that you can run it in a terminal... So in tmux, over ssh, etc.

show 1 reply