sloria / doitlive
- среда, 11 октября 2017 г. в 03:13:55
Because sometimes you need to do it live
doitlive is a tool for live presentations in the terminal. It reads a file of shell commands and replays the commands in a fake terminal session as you type random characters.
$ brew update
$ brew install doitlive
$ pip install doitlive
Requires Python >= 2.7 or >= 3.3 with pip.
session.sh
. Fill it with bash commands.doitlive play session.sh
.$ doitlive play session.sh
MIT licensed. See the bundled LICENSE file for more details.