football
Version:
Markdown presentations in your terminal
29 lines (18 loc) • 633 B
Markdown
# football
[](https://nodei.co/npm/football/)

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)

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`.