minimalistic terminal emulator written in pure C
- Support for multiline function output up to 50 lines
- Run any command in terminal
- Print output of command
- Limited to only linux, due to prefixing each typed command with "/bin"
Build the program using build.sh
script, which automatically runs it after compiling.
- Exit the program on Escape
- Confirm command output on Enter
- type in the command like
hostname
and get an output - if you start typing again, the output will dissapear