mbStavola / Slydes

A handy little tool to make slideshow presentations using a textual format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slydes

A handy little tool to make slideshow presentations using a textual format.

Eventually this will display in a native client or allow exports to HTML, PDF, and (hopefully) PPT.

Prerequisites

  • make
  • go

Usage

  • Clone this repo
  • Run make build
  • chmod +x ./slydes
  • slydes -h

We provide an example .sly file here. You can find other examples in the examples/ directory.

Documentation for Sly can be found here.

About

A handy little tool to make slideshow presentations using a textual format


Languages

Language:Go 99.6%Language:Makefile 0.4%