https://github.com/creationix/rec
A tool for recording CLI programs and posting their output.
https://github.com/creationix/rec
Last synced: about 1 year ago
JSON representation
A tool for recording CLI programs and posting their output.
- Host: GitHub
- URL: https://github.com/creationix/rec
- Owner: creationix
- License: mit
- Created: 2013-08-09T18:45:53.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-12T15:12:20.000Z (almost 13 years ago)
- Last Synced: 2025-03-24T04:14:25.823Z (about 1 year ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 29
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
```
[node.js]: http://nodejs.org/