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.
The advantage is that you can run it in a terminal... So in tmux, over ssh, etc.
The advantage is that you can run it in a terminal... So in tmux, over ssh, etc.