wdhdev / online-terminal

Easily execute commands on your computer from your browser.

Home Page:https://npmjs.com/online-terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐ŸŒ Online Terminal

Easily execute commands on your computer from your browser.

Preview

Preview

๐Ÿ’พ Installation

To install Online Terminal, run the following command in your terminal:

npm install -g online-terminal

๐Ÿ’ป Usage

You can also use the alias ot.

To start the terminal server run the following command:

online-terminal

Once you run the command, your browser should automatically open the terminal website.

Options

You can use multiple options at the same time.

--password

If you want to set your own custom password, you can set it using --password:

Example

online-terminal --password YOUR_PASSWORD

--port

If you want to use a custom port, you can set it using --port:

Example

online-terminal --port 1234

About

Easily execute commands on your computer from your browser.

https://npmjs.com/online-terminal

License:MIT License


Languages

Language:HTML 60.6%Language:JavaScript 39.4%