logoalt Hacker News

matheusmoreirayesterday at 12:23 PM1 replyview on HN

The shell's line editor is a TUI. It's a simple text editor embedded right there in the command line. It can even render your shell history by pressing the arrow keys.


Replies

singpolyma3yesterday at 1:29 PM

Sure yes. A terminal is a GUI. But it's a GUI used to both run cli programs (which can be piped etc) and TUIs (which cannot)