ttyrec - record interactive terminal sessions
version 0.02
ttyrec foo.ttyrec ttyrec -e 'nethack' nethack.ttyrec ttyrec -a
This is an implementation of the ttyrec
program for recording terminal sessions. All data that the program running in the terminal produces is recorded, along with timing information, so that it can be replayed later (via a ttyrec player such as the ttyplay
script distributed with Term::TtyRec::Plus
).
This program is intended to be mostly a drop-in replacement for the ttyrec
program distributed here.
ttyrec [-a] [-e <cmd>] [output_file]
Append to the ttyrec file, rather than overwriting it.
Execute <cmd>, rather than a shell. Defaults to $SHELL
or /bin/sh
.
The file to write the ttyrec data to. This can be a named pipe. Defaults to ttyrecord
.
http://0xcc.net/ttyrec/index.html.en
Jesse Luehrs <doy@tozt.net>
This software is Copyright (c) 2014 by Jesse Luehrs.
This is free software, licensed under:
The MIT (X11) License