A simple slide stepper — to present text in a terminal.
On Mac or Linux, compile step.c.
$ gcc -o step step.c
$ ./stepCreate a single text file with slides separated by '+', e.g. slides.txt
+
# Hello
- I am @tamberg
- Presenting slides
- Using ./step file [dt]
+
# Simplicity
- This tool is minimal
- Some lines of code
- And a text file
+
# ASCII-Art
+---+ +---+
| A |--->| B |
+---+ +---+
+
# Thanks
- Seems to work
- Get in touch :)
@tamberg@quite.social
+Step through the slides, in a terminal window.
Consider increasing the font size.
$ ./step slides.txt
- Separator characters are not displayed.
- Same character elswhere is shown.
- Height adapts to terminal size.
- Press ENTER for next slide.