ttyrec is a tty recorder. Recorded data can be played back with the included ttyplay command. ttyrec is just a derivative of script command for recording timing information with microsecond accuracy as well. It can record emacs -nw, vi, lynx, or any programs running on tty.
mjording/ttyrec
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Files
Permalinkttyrec is a tty recorder. ttyplay is a tty player. Installation: % make or if your system is SVR4 system (Solaris etc.), % make CFLAGS=-DSVR4 or if your system supports getpt(3), % make CFLAGS=-DHAVE_getpt HAVE_getpt is required if your linux system uses devfs. Usage: % ttyrec (In the excuted shell, do whatever you want and exit) % ttyplay ttyrecord Have fun! -- Satoru Takabayashi <satoru@namazu.org>
About
ttyrec is a tty recorder. Recorded data can be played back with the included ttyplay command. ttyrec is just a derivative of script command for recording timing information with microsecond accuracy as well. It can record emacs -nw, vi, lynx, or any programs running on tty.