New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

console-recorder

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

console-recorder

Record and replay console session

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

console-recorder

Simply record and replay console session.

Build Status Coverage Status npm version

Concept

It is in essence a text log with timestamps. By using the timestamps, you can reproduce the console state in real-time.

Replay is a visual reproduction. The actual commands won't be re-run.

Features

  • Record tools such as VIM.
  • Customize your replay experience with options: speed, typingSpeed, etc.
  • Terminate the replay with Ctrl+C.
  • Turn your recording to Animated SVG file.

Install

npm i -g console-recorder

Usage

This tool supports 3 commands:

  • record
  • replay
  • render

Record

console-recorder record log.json

Open a new shell session and start recording.

Use exit to terminate the session and finish recording.

Replay

console-recorder replay log.json

Replay a previously recorded session.

No interaction is necessary, you can terminate the replay with Ctrl+C.

Render

console-recorder render -i log.json -o output.svg

Render a recorded session to an Animated SVG file.

palette

Keywords

cli

FAQs

Package last updated on 24 Apr 2019

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