$ brew install pandoc
$ pip install click watchdog
Usage: showtime.py [OPTIONS] COMMAND [ARGS]...
It's Showtime! This tool helps you create awesome slides for your talks.
Options:
--help Show this message and exit.
Commands:
build Builds pages for given Markdown slides files.
index Generates an index page listing all slides.
new Generates a new set of slides for the given title.
watch Watch slides files for changes.
| Key | Action |
|---|---|
| ← / → | Navigate sections |
| ↑ / ↓ | Navigate subsections |
| Space | Next slide (reverse with Shift) |
| S | Open speaker notes window |
| B / . | Turn screen black |
| F | Toggle fullscreen |
| O | Toggle overview |
| Esc | Exit fullscreen / toggle overview |