← Back to context

Comment by jvanderbot

5 months ago

The linked inspiration project is blowing my mind.

https://github.com/joehillen/sysz/blob/master/sysz

A TUI in pure shell script?? I read the script and don't even see how it's done.

You can make TUIs in bash if you use stty to set the terminal to raw mode. I'd recommend any other language than shell scripting though..