trying to make a list of programs that create a pseudoterminal to do something cool, so far I have:
- asciinema (to record your session)
- unbuffer (to "trick" any application into think it's writing to a TTY)
- tmux/screen/sshd/tmate
- terminal "servers" that you can use to have a terminal in a web browser
what else? I know there's `script` but I've never actually been able to find a practical use for script that I understood