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

https://github.com/lestoni/term-slides

Presentation in the terminal! THUG LIFE!
https://github.com/lestoni/term-slides

Last synced: about 1 year ago
JSON representation

Presentation in the terminal! THUG LIFE!

Awesome Lists containing this project

README

          

# term-slides

Run a presentation in the terminal with markdown written slides.

Separate sections using `---`. See example `slide.md`.

![Screenshot of term-slides](./screenshot.gif)

## Install.

```
$ npm install -g term-slides
```

## Usage.

```
$ term-slides --slides=slide1.md slide2.md slide3.md

```

Use key `q` or `CTRL+c` to quit presentation.

## License.

MIT.