scripted-presenter/README.md
Ansel Santosa 4d25774a61 Split library into separate script
* Allows library to be updated by git independently of presentations
* Makes presentation files more clean
2017-06-22 09:14:37 -07:00

27 lines
726 B
Markdown

# ScriptedPresenter
Stop copying and pasting commands during presentations. Use this template.
## Requirements
* tmux 2.3 or greater
* bash
* a terminal
* something to present
* (optional) someone to listen
## How to Use
* Clone this repo
* Read comments in `scripted-presenter.sh` to understand the options
* Copy `presentations/example-presentation.sh` and modify it to suit your needs
* Run your presentation from outside tmux
* Press <kbd>enter</kbd> to advance to next command
## How to Contribute
This template isn't perfect, and there are a lot of people that know bash better
than me. If you find a way to accomplish something in this script more
efficiently, easily, or correctly, please send a pull request.