From 999998b52f68b52f9115abdd434ec2f296df440f Mon Sep 17 00:00:00 2001 From: Cristian Cortez Date: Thu, 14 Apr 2016 22:53:38 +0700 Subject: [PATCH] Add terminal-recorder (#486) `terminal-recorder` tool might be helpful in case you need to document a process on your terminal (like using git commands, devops procedures, etc..). It records your terminal keystrokes and export them to an interactive html documentation (where you can pause and also copy the plain command text), so you can share it easily with your friends. https://www.npmjs.com/package/terminal-recorder Closes #486 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index d3fa695..3ea4905 100644 --- a/readme.md +++ b/readme.md @@ -156,6 +156,7 @@ - [gh-home](https://github.com/sindresorhus/gh-home) - Open the GitHub page of the repo in the current directory. - [npm-home](https://github.com/sindresorhus/npm-home) - Open the npm page of a package. - [trymodule](https://github.com/VictorBjelkholm/trymodule) - Try out npm packages in the terminal. +- [terminal-recorder](https://github.com/cortezcristian/terminal-recorder) - Record your terminal usage and export it to interactive HTML. ### Functional programming