JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q56918F
  • License MIT

Terminal Recorder

Package Exports

  • terminal-recorder

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (terminal-recorder) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

terminal-recorder

Terminal recorder allow you to record your bash session, and export it to html so then you can share it with your friends.

See the demo

Final output looks like this Demo Pic

Features

  • Records all keystrokes sent to stdin
  • Saves stdout in a log file logs.txt
  • Export actions to html
$ npm install -g terminal-recorder 

Comming soon

  • Timeline indicator
  • Rollback actions

Experimenting

Open a terminal:

$ tail -f logs.txt

Open a second terminal:

$ npm start

Start typing in the second console, and look how the first one is mimicking your moves.

Know issues

  • Record all keys, including passwords. So be careful with that.
  • Doesn't support arrow keys yet.