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

termplay - replay a ttyrec "video"

Description

Termplay can play back ttyrec recordings, like those produced by termrec, ttyrec, services like
       nethack.alt.org or crawl.akrasiacs.org and so on.

       Certain non-file streams can be played as well, such as:

       file://
       tcp://
       telnet:// (e.g. telnet://towel.blinkenlights.nl)
       termcast:// (e.g. termcast://termcast.org/SplatTV)
       anything directly downloadable via CURL (https://, etc)

   Keysavailableduringreplay:space
           pause/resume

       enter
           advance by a single frame

       -, S
           slow down (by half)

       +, F
           speed up (2x, then 4x, ...)

       1   reset speed to 1.0

       leftarrow/downarrow/PgDn
           rewind by 10sec/1min/10min

       rightarrow/uparrow/PgUp
           skip 10sec/1min/10min

       R   rewind to beginning

       Q   quit termplayOptions:-fformat, --format
           Here you specify the format.  Those available are:

           baudrate
               The data will be replayed at 2400 baud.

           ttyrec
               Compatible with ttyrec by Satoru Takabayashi.

           nh-recorder
               Compatible with nh-recorder by Helge Dennhardt.

           dosrecorder
               Compatible with DosRecorder.

           asciicast
               Compatible with asciinema by Marcin Kulik, formats v1 and v2.

           live
               The  data  is assumed to be played at the same timing as it arrives.  This is useful for watching
               termcasts, etc -- giving you the ability to rewind to an interesting moment.  Trying to use  this
               on a real file will blast its whole contents right into your face, beware!

           auto (default)
               This  pseudo-format  will  make  termplay try to guess the format, currently only between ttyrec,
               asciicast and live.  Caveats about live blasting the whole file right away apply!

       -sX, --speed
           Sets the initial speed to X, a real number between 0.001 and 1000.0.

       -h, --help
           Shows a short explanation of parameters.

Name

       termplay - replay a ttyrec "video"

See Also

termrec(1), termcat(1), termtime(1).

0.19                                               2024-04-01                                        TERMPLAY(1)

Synopsis

termplayfile

See Also