Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjording/ttyrec
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.
https://github.com/mjording/ttyrec
Last synced: 7 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mjording/ttyrec
- Owner: mjording
- Created: 2010-08-22T17:15:46.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T18:56:05.000Z (about 3 years ago)
- Last Synced: 2024-02-15T17:34:12.391Z (9 months ago)
- Language: C
- Homepage: http://0xcc.net/ttyrec/index.html.en
- Size: 113 KB
- Stars: 381
- Watchers: 10
- Forks: 42
- Open Issues: 13
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- my-awesome-list - ttyrec
README
ttyrec 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