An adorable instance of your terminal in your browser
You need to install the dependencies before run the application
pip3 install -r requirements.txt
To start the terminal cast application, run:
python3 -m cast
optional arguments:
-h, --help show this help message and exit
-p [PORT], --port [PORT] port to run server on (default: 5000)
--debug debug the server (default: False)
--version print version and exit (default: False)
--command COMMAND Command to run in the terminal (default: bash)
--cmd-args CMD_ARGS arguments to pass to command (i.e. --cmd-args='arg1
arg2 --flag') (default: )