scripted-presenter/README.md

27 lines
726 B
Markdown
Raw Permalink Normal View History

2017-06-15 09:42:57 -07:00
# ScriptedPresenter
2017-06-15 09:03:56 -07:00
Stop copying and pasting commands during presentations. Use this template.
2017-06-15 09:42:57 -07:00
## 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
2017-06-15 09:42:57 -07:00
## 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.
2017-06-15 10:18:07 -07:00