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
- Host: GitHub
- URL: https://github.com/extrawurst/presentui
- Owner: extrawurst
- License: mit
- Created: 2020-05-15T07:11:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-13T06:49:48.000Z (over 5 years ago)
- Last Synced: 2025-03-25T12:21:49.033Z (over 1 year ago)
- Topics: command-line-tool, rust, slides, terminal
- Language: Rust
- Homepage:
- Size: 1.91 MB
- Stars: 25
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.