replay and record terminal sessions captured with script(1)
scriptreplay_ng replays a typescript of a terminal session recorded by the
script(1) tool, using the timing data to reproduce the original typing and
output delays. Compressed typescripts (.bz2, .gz, .lz, .lzma) are read
directly.
During playback: "-"/"d" slows down, "+"/"i" speeds up, "="/"n" resets to
normal speed, "s"/"p" pauses, "c" continues, "q"/"f" quits.
For convenient aliases:
sudo snap alias scriptreplay-ng-bp.scriptreplay-ng scriptreplay-ng
sudo snap alias scriptreplay-ng-bp.record-script-session record-script-session
Note that record-script-session records the session inside this snap's own
confined runtime, so the recorded shell only sees the snap's environment.
To audit a real shell, run script(1) on the host instead.