🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

teleterminal

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

teleterminal

Host a terminal command using a web server

1.1.4
latest
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created

teleterminal

Host a terminal command using a web server

Teleterminal Example Video

Installation

$ npm install -g teleterminal

teleterminal is available in the terminal as teleterminal as well as tt for short.

Getting Started

$ tt --help

Usage: teleterminal command [options]
       tt command [options]

Options:                  Default   Description
-i, --interactive         none      Allow users to send keyboard input
                                    none | all | local
-m, --multi-session                 Start a new instance of the command for each connected user
-a, --allow-client-args             Allow the path and query dictate the command args (multi-session only)
-p, --port                3000      TCP port for the server to listen on
-h, --help                          Show this help screen
--history                 1000      Lines of command history to serve (single-session only)
--cols                    80        Number of terminal columns (single-session only)
--rows                    43        Number of terminal rows (single-session only)

Examples:
tt "ping something.com"
tt "ls" -i local -ma

FAQs

Package last updated on 23 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts