This tool allows you to run prerecorded shell scripts. This is good for presentations where you want to run commands in the shell but do not want to worry about typing.
Commands are separated by newline characters. For example, if you want to run ls, then pwd, simply make a text file such as:
ls
pwd
To run the premade shell script, simply provide the textfile as the argument.
rs [FILE]
To install run:
git clone https://github.com/giancarlopernudisegura/recorded-shell.git
cd recorded-shell
make install
- simulated keystroke sounds
- more OS support