An open API service indexing awesome lists of open source software.

https://github.com/code-star/slides-old

Repository to host all our slides
https://github.com/code-star/slides-old

Last synced: about 2 months ago
JSON representation

Repository to host all our slides

Awesome Lists containing this project

README

        

# 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

- [Pandoc](http://pandoc.org/)
- [Click](http://click.pocoo.org/5/)
- [Watchdog](https://github.com/gorakhargosh/watchdog)
- [reveal.js](http://lab.hakim.se/reveal-js/)
- [highlight.js](https://highlightjs.org/)
- [`` for Fun and Profit](https://kremalicious.com/using-kbd-for-fun-and-profit/)