Skip to content

samuelckaufman/doitlive

 
 

Repository files navigation

doitlive

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

$ pip install doitlive

Usage

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

Requirements

  • Python >= 2.7 or >= 3.3

Kudos

  • Idea came from Jordi Hermoso's "Revsets" talk at PyCon 2014.
  • Armin Ronacher's click library made this quick to implement.

License

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

About

Because sometimes you need to do it live

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published