ttyplay
Terminal interaction recorder and player (for tty)
Install
- All systems
-
curl cmd.cat/ttyplay.sh
- Debian
-
apt-get install ttyrec
- Ubuntu
-
apt-get install ttyrec
- Kali Linux
-
apt-get install ttyrec
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ttyrec
- OS X
-
brew install ttyrec
- Raspbian
-
apt-get install ttyrec
- Dockerfile
- dockerfile.run/ttyplay
ttyrec
Terminal interaction recorder and player (for tty)
This package includes "ttyrec", a tty recorder which records terminal interaction, and "ttyplay", the player to see that intereaction. Ttyrec records your terminal input and output, like the "script" command, but additionally records timing information to allow playback at the original speed. It can record any console program, including screen-oriented programs such as those using curses.