A small tool to record a terminal session to be played back later.
chmod +x compile.sh
./compile.sh
pip install -r requirements.txt
Launch ./terminal_recorder
and perform some random actions which will be recorded into terminal_log.bin placed in the same directory.
Then run python3 log_playback.py ./terminal_log.bin
to replay the recording.
Make sure you have all the necessary python dependencies installed in your environment.