The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ttyplay - play back ttyrec files

SYNOPSIS

  ttyplay [-s <speed>] [-c <delay_clamp>] [-n] [-p] <ttyrec_files>

OPTIONS

--speed (-s)

Set a multiplier for how fast the ttyrec should be played back (-s 2 means twice as fast).

--clamp (-c)

Set the maximum delay between any two frames in the ttyrec. If unset, there is no maximum (the ttyrec will be played as written).

--nowait (-n)

Disable all delays between frames (equivalent to -c 0).

--peek (-p)

"Peek" at a ttyrec that is currently being written. This will seek to the end of the file and display new ttyrec frames as they become available.

AUTHOR

Jesse Luehrs <doy at tozt dot net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Jesse Luehrs.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.