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

Version published
Weekly downloads
8
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

teleterminal

Host a terminal command using a web server

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:
-i, --interactive   | false | Allow users to send keyboard input
-m, --multi-session | false | Start a new instance of the command for each connected user
-p, --port          | 3000  | TCP port for the server to listen on
-h, --help          | false | 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 -a' -i -m

FAQs

Package last updated on 20 Dec 2018

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