A terminal slideshow tool. Features:
- Define your presentation in a single markdown file.
- Image rendering support for iterm2, terminals that support the kitty graphics protocol, or sixel.
- Customize your presentation's look by defining themes, including colors, margins, layout (left/center aligned content), footer for every slide, etc.
- Code highlighting for a wide list of programming languages.
- Configurable column layouts that let you structure parts of your slide into columns.
- Support for an introduction slide that displays the presentation title and your name.
- Support for slide titles.
- Create pauses in between each slide so that it progressively renders for a more interactive presentation.
- Text formatting support for bold, italics, strikethrough, and inline code.
- Automatically reload your presentation every time it changes for a fast development loop.
A terminal slideshow tool. Features:
- Define your presentation in a single markdown file.
- Image rendering support for iterm2, terminals that support the kitty graphics protocol, or sixel.
- Customize your presentation's look by defining themes, including colors, margins, layout (left/center aligned content), footer for every slide, etc.
- Code highlighting for a wide list of programming languages.
- Configurable column layouts that let you structure parts of your slide into columns.
- Support for an introduction slide that displays the presentation title and your name.
- Support for slide titles.
- Create pauses in between each slide so that it progressively renders for a more interactive presentation.
- Text formatting support for bold, italics, strikethrough, and inline code.
- Automatically reload your presentation every time it changes for a fast development loop.
To install presenterm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install presenterm
To see what files were installed by presenterm, run:
port contents presenterm
To later upgrade presenterm, run:
sudo port selfupdate && sudo port upgrade presenterm
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.