1.0.0 • Published 9 years ago

term-live v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

js-standard-style NPM version

term-live

Let others watch your terminal session live via HTTP

Starts a local HTTP server to redirect STDOUT/STDERR of your terminal to remote web clients in real-time.

Installation

  npm install -g term-live

Usage

  Usage: term-live [options]

  Options:

    -h, --help                output usage information
    -l, --logfile <filename>  log http request to file
    -p, --port <port>         http listen port - defaults to 8080
    -s, --shell <shell>       default shell: bash

  Examples:
    term-live
    term-live --shell /bin/bash --port 1234