Why not adopt me?
NAME
ttyrec - record interactive terminal sessions
VERSION
version 0.02
SYNOPSIS
ttyrec foo.ttyrec
ttyrec -e 'nethack' nethack.ttyrec
ttyrec -a
DESCRIPTION
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.
OPTIONS
ttyrec [-a] [-e <cmd>] [output_file]
- -a
-
Append to the ttyrec file, rather than overwriting it.
- -e <cmd>
-
Execute <cmd>, rather than a shell. Defaults to
$SHELL
or/bin/sh
. - output_file
-
The file to write the ttyrec data to. This can be a named pipe. Defaults to
ttyrecord
.
SEE ALSO
http://0xcc.net/ttyrec/index.html.en
AUTHOR
Jesse Luehrs <doy@tozt.net>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2014 by Jesse Luehrs.
This is free software, licensed under:
The MIT (X11) License