https://github.com/kdheepak/presentation.jl
https://github.com/kdheepak/presentation.jl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kdheepak/presentation.jl
- Owner: kdheepak
- License: mit
- Created: 2018-06-03T18:07:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T16:07:47.000Z (about 5 years ago)
- Last Synced: 2025-03-23T22:25:09.576Z (4 months ago)
- Language: Julia
- Size: 1.55 MB
- Stars: 42
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Presentation.jl

## 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)