UNPKG

football

Version:

Markdown presentations in your terminal

29 lines (18 loc) 633 B
# football [![NPM](https://nodei.co/npm/football.png)](https://nodei.co/npm/football/) ![Football](football.gif) Present markdown slideshows in your terminal. Now with github emoji support. # usage Like this? ``` football slides.md ``` `slides.md` has to be a markdown file in the style of [reveal-md](https://www.npmjs.com/package/reveal-md) ![Screenshot](screen.png) It will show you a bar like this ``` [1/10] • hide bar (h) • show bar (s) • exit (q) • next (n) • prev (b) • toggle auto off (a) ``` You can hide this bar with `h`. You can set the time for the automatic rotation with `--time <milliseconds`.