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.

doitlive

Get it now

macOS with Homebrew <http://brew.sh/>_:


.. code-block:: bash

$ brew update
$ brew install doitlive

With pip:


.. code-block:: bash

$ pip install doitlive

Requires Python >= 2.7 or >= 3.5 with pip.

Quickstart

  1. Create a file called session.sh. Fill it with bash commands.
  2. Run doitlive play session.sh.

.. code-block:: bash

$ doitlive play session.sh
  1. Type like a madman.

GitHub