0.2.3 • Published 11 years ago

rec v0.2.3

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

rec

A tool for recording CLI programs and posting their output.

To install, first install node.js and then npm install -g rec.

Instructions

> rec

  Usage:  rec [options] command [args...]

  Options:

    -m --msgpack     Output MsgPack format (default)
    -j --json        Output JSON format
    -g --gzip        Gzip output
    -p --play        Play back a recording
    -q --quiet       Suppress message at end
    --name=filename  File to save to (default is 'out')

Record a Terminalcast

> rec my program

Play Back a Terminalcast

> rec --play rec.msgpack
0.2.3

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago

0.0.0

11 years ago