terminal-recorder alternatives and similar modules
Based on the "Command Line Apps" category.
Alternatively, view terminal-recorder alternatives based on common mentions on social networks and blogs.
-
Babel
๐ Babel is a compiler for writing next generation JavaScript. -
Standard
๐ JavaScript Style Guide, with linter & automatic code fixer -
ignite
Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! -
http-server
a simple zero-configuration command-line http server -
XO
โค๏ธ JavaScript/TypeScript linter (ESLint wrapper) with great defaults -
Live Server
A simple development http server with live reload capability. -
speed-test
Test your internet connection speed and ping using speedtest.net from the CLI -
jsinspect
Detect copy-pasted and structurally similar code -
rtail
rtail(1) - Terminal output to the browser in seconds, using UNIX pipes. -
David
:eyeglasses: Node.js module that tells you when your package npm dependencies are out of date. -
browser-run
Run code inside a browser from the command line -
Whatspup
:white_square_button: WhatsApp chat from commandline/console/cli using GoogleChrome puppeteer -
diff2html-cli
Pretty diff to html javascript cli (diff2html-cli) -
pjs
Pipeable javascript. Quickly filter, map, and reduce from the terminal -
kill-tabs
Kill all Chrome tabs to improve performance, decrease battery usage, and save memory -
tty-table
Terminal table for Windows, Linux, and MacOS. Written in nodejs. Also works in browser console. Word wrap, padding, alignment, colors, Asian character support, per-column callbacks, and you can pass rows as objects or arrays. Backwards compatible with Automattic/cli-table. -
normit
Translations with speech synthesis in your terminal as a node package -
npm-name
Check whether a package or organization name is available on npm -
gh-home
Open the GitHub page of the given or current directory repo -
npm-home
Open the npm page, Yarn page, or GitHub repo of a package
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of terminal-recorder or a related project?
README
terminal-recorder 
Terminal recorder allows you to record your bash session, and export it to html so then you can share it with your friends.
Installation
$ [sudo] npm install -g terminal-recorder
Usage
$ terminal-recorder --help
Usage: terminal-recorder [options]
Options:
-h, --help output usage information
-V, --version output the version number
-o, --outpath [path] Add the specified [path] to place the folder
that will contain the recorded html files
# Start recording
$ terminal-recorder
# recording...
[type your stuff and then hit Ctrl+c]
# Notice a new folder was created
$ tree terminal-recorder-html/ -L 1
terminal-recorder-html/
โโโ bower_components
โโโ bower.json
โโโ css
โโโ index.html
โโโ js
# Just open the index.html with your favourite browser
$ firefox terminal-recorder-html/index.html &
# See the magic ;)
Final output looks like this
Features
- Records all keystrokes sent to stdin
- Saves stdout in a log file
logs.txt
- Export actions to html
- Timeline indicator
- Rollback actions
Comming soon
- More templates
- Define starting cmd (Other than bash)
- Add param for picking cancelling key (Ctrl+c, Ctrl+d)
- Specify terminal size
Experimenting
Open a terminal:
$ tail -f logs.txt
Open a second terminal:
$ terminal-recorder
Start typing in the second console, and look how the first one is mimicking your moves.
Known issues
- Record all keys, including passwords. So be careful with that.
Cool Stuff
Cool things that you can do:
$ filget awesomeness # Impress your friends
$ nethack # Play nethack
$ vim # Teach your friends with vim
$ htop # Show server state
$ tmux # Open the terminal multiplexor
$ cmatrix # feel like neo :)