urbie-mk2 / doitlive

Because sometimes you need to do it live

Home Page:http://doitlive.rtfd.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doitlive

https://badge.fury.io/py/doitlive.png https://travis-ci.org/sloria/doitlive.png?branch=master

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

MacOSX with Homebrew:

$ brew update
$ brew install doitlive

With pip:

$ pip install doitlive

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

Quickstart

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

Kudos

License

MIT licensed. See the bundled LICENSE file for more details.

About

Because sometimes you need to do it live

http://doitlive.rtfd.org/

License:MIT License


Languages

Language:Python 100.0%