scriptreplay

Replay a typescript created by the script command to stdout. More information: <https://manned.org/scriptreplay>.

Install

All systems
curl cmd.cat/scriptreplay.sh
Debian Debian
apt-get install bsdutils
Ubuntu
apt-get install bsdutils
Alpine
apk add util-linux
Arch Arch Linux
pacman -S util-linux
image/svg+xml Kali Linux
apt-get install bsdutils
CentOS
yum install util-linux
Fedora
dnf install util-linux
Windows (WSL2)
sudo apt-get update sudo apt-get install bsdutils
OS X
brew install util-linux
Raspbian
apt-get install bsdutils
Docker
docker run cmd.cat/scriptreplay scriptreplay powered by Commando

Replay a typescript created by the script command to stdout. More information: <https://manned.org/scriptreplay>.

  • Replay a typescript at the speed it was recorded:
    scriptreplay path/to/timing_file path/to/typescript
  • Replay a typescript at double the original speed:
    scriptreplay path/to/timingfile path/to/typescript 2
  • Replay a typescript at half the original speed:
    scriptreplay path/to/timingfile path/to/typescript 0.5

© tl;dr; authors and contributors