A python tool for live presentations in the terminal
doitlive
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.
Get it now
macOS with Homebrew:
$ brew update$ brew install doitlive
With pip:
$ pip install doitlive
Requires Python >= 2.7 or >= 3.5 with pip.
Quickstart
- Create a file called
session.sh
. Fill it with bash commands. - Run
doitlive play session.sh
.
$ doitlive play session.sh
- Type like a madman.
More at https://doitlive.readthedocs.io
Project Links
Kudos
License
MIT licensed. See the bundled LICENSE file for more details.
GitHub