presenterm 0.16.1

A terminal slideshow presentation tool
## Acknowledgements

This tool is heavily inspired by:

* [slides][slides_url]
* [lookatme][lookatme_url]
* [sli.dev][slide_dev_url]

Support for code highlighting on many languages is thanks to [bat][bat_url], which contains a 
custom set of syntaxes that extend [syntect][syntect_url]'s default set of supported languages. 
Run `presenterm --acknowledgements` to get a full list of all the licenses for the binary files being pulled in.

## Contributors

Thanks to everyone who's contributed to _presenterm_ in one way or another! This is a list of the users who have 
contributed code to make _presenterm_ better in some way:

<a href="https://github.com/mfontanini/presenterm/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=mfontanini/presenterm" />
</a>

<!-- Links -->
[slides_url]: https://github.com/maaslalani/slides/
[lookatme_url]: https://github.com/d0c-s4vage/lookatme
[slide_dev_url]: https://sli.dev/
[bat_url]: https://github.com/sharkdp/bat
[syntect_url]: https://github.com/trishume/syntect