Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 531 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 531 Bytes

Terminulator

minimalistic terminal emulator written in pure C

Features

  • 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"

Usage

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