Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

teleterminal

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

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
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by75%
Maintainers
1
Weekly downloads
 
Created
Source

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc