mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-23 20:08:06 -08:00
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
This commit is contained in:
committed by
Sindre Sorhus
parent
1c8599b265
commit
999998b52f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user