Record your terminal and play it
Warning Only works on Linux
pip3 install pytermrec
pip3 install git+https://github.com/donno2048/termrec
Just type the command in the terminal:
termrec -p <filepath> # record without default command
termrec -p <filepath> -c <command to record> # record with custom command
To stop recording use the exit
command or just ctrl + D
termplay -p <filepath>
# or with a prompt
termplay -P