Skip to content

📟 An adorable instance of your terminal in your browser

License

Notifications You must be signed in to change notification settings

Shinoa-Fores/cast-sh

 
 

Repository files navigation

cast.sh

An adorable instance of your terminal in your browser

Prerequisites

You need to install the dependencies before run the application

pip3 install -r requirements.txt

Run

To start the terminal cast application, run:

python3 -m cast

Arguments

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: )

About

📟 An adorable instance of your terminal in your browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 44.8%
  • JavaScript 33.5%
  • HTML 10.1%
  • CSS 9.4%
  • Dockerfile 2.2%