logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

stream_ttyrec - play a ttyrec to a termcast channel

Author

       Jesse Luehrs <doy@tozt.net>

Description

       This program will stream a ttyrec file to the given termcast channel. The ttyrec file may be given on the
       command line, or it will be read from STDIN.  See App::Termcast for options documentation.

       This program also accepts some additional options:

       "--speed <n>"
           Set a multiplier for how fast the ttyrec should be played back ("--speed 2" means twice as fast).

       "--clamp <n>"
           Set the maximum delay between any two frames in the ttyrec. If unset, there is no maximum (the ttyrec
           will be streamed as written).

       "--nowait"
           Disable all delays between frames (equivalent to "--clamp 0").

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

Name

       stream_ttyrec - play a ttyrec to a termcast channel

Synopsis

         stream_ttyrec [options] [ttyrec_file]

Version

       version 0.13

See Also