Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.37 KB

readme.md

File metadata and controls

47 lines (36 loc) · 1.37 KB

Showtime slides Generator

Dependencies

$ brew install pandoc
$ pip install click watchdog

Usage

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.

Controls

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

Acknowledgements