tty2js
v0.1.0
Published
convert .tty file to .js file for playing with ttyreplay
Downloads
1
Readme
Installation:
npm install -g tty2js
Usage:
tty2js -s WxH /path/to/file.tty /path/to/output/data.js
- W is your terminal width (columns)
- H is your terminal height (lines / rows)