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

https://github.com/extrawurst/presentui

small and simple terminal presentation tool written in rust
https://github.com/extrawurst/presentui

command-line-tool rust slides terminal

Last synced: about 1 year ago
JSON representation

small and simple terminal presentation tool written in rust

Awesome Lists containing this project

README

          

# presentui

a small and simple terminal presentation tool.
checkout the `example.ron` and the `assets` folder.

## realworld example

See my [gitui](https://github.com/extrawurst/gitui) presentation for @RustBerlin made using `presentui`: https://github.com/extrawurst/gitui-presentation

# usage

simply run by:
```
cargo run -- -f example.ron
```
Navigate using `up`/`down` keys.
Open the current slide using system viewer: `enter`.
Exit using `Esc`.