Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdheepak/presentation.jl
https://github.com/kdheepak/presentation.jl
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kdheepak/presentation.jl
- Owner: kdheepak
- License: mit
- Created: 2018-06-03T18:07:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T16:07:47.000Z (over 4 years ago)
- Last Synced: 2024-10-15T16:51:41.545Z (3 months ago)
- Language: Julia
- Size: 1.55 MB
- Stars: 42
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)