Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kdheepak/presentation.jl


https://github.com/kdheepak/presentation.jl

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Presentation.jl

![](https://user-images.githubusercontent.com/1813121/65624325-22f5f900-dfb9-11e9-936e-39143431377f.gif)

## Installation

```
(v1.1) pkg> add Presentation
```

## Usage

```julia
using Presentation
render("/path/to/filename.md")
```

Use `next()` or `previous()` to move between slides.

## Motivation

The motivation was to build a presentation tool that uses the text interface in a terminal.

Other similar tools:

- [mdp](https://github.com/visit1985/mdp)
- [patat](https://github.com/jaspervdj/patat)
- [qov](https://github.com/chunqiuyiyu/qov)
- [vtmc](https://github.com/jclulow/vtmc)