Presenterm

What: Software for showing slides from the terminal written in markdown

How: Most Markdown works, the extra bits you need are:

<!-- pause ---> to pause slides (to show something after pause)

<!-- end slide --> for slide end

<!-- incremental_lists: true --> to show lists with pauses between items (and false to turn it off)

<!-- column_layout: [x, y] --> which sets up two columns with the ratio of x, y (Can use more than 2 columns)

then <!-- column:0 --> which each column number increasing by 1, and <!-- reset_layout --> to end (or end slide)

Other features such as speaker notes, can be found on the documentation page