HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

presenterm — A terminal-based slideshow tool that renders markdown presentations. More information: <https://mfon

Submitted by: @import:tldr-pages··
0
Viewed 0 times
terminalcommandpresentermslideshowclitoolthatbased

Problem

How to use the presenterm command: A terminal-based slideshow tool that renders markdown presentations. More information: <https://mfontanini.github.io/presenterm/>.

Solution

presenterm — A terminal-based slideshow tool that renders markdown presentations. More information: <https://mfontanini.github.io/presenterm/>.

Display a presentation:
presenterm {{path/to/slides.md}}


Display a presentation with a specific theme:
presenterm --theme {{dark|light|tokyonight-storm|...}} {{path/to/slides.md}}


List all available themes:
presenterm --list-themes


Export a presentation to PDF:
presenterm --export-pdf --output {{path/to/output.pdf}} {{path/to/slides.md}}


Display a presentation with code snippet execution enabled:
presenterm --enable-snippet-execution {{path/to/slides.md}}


Validate that presentation content fits within the terminal:
presenterm --validate-overflows {{path/to/slides.md}}

Code Snippets

Display a presentation

presenterm {{path/to/slides.md}}

Display a presentation with a specific theme

presenterm --theme {{dark|light|tokyonight-storm|...}} {{path/to/slides.md}}

List all available themes

presenterm --list-themes

Export a presentation to PDF

presenterm --export-pdf --output {{path/to/output.pdf}} {{path/to/slides.md}}

Display a presentation with code snippet execution enabled

presenterm --enable-snippet-execution {{path/to/slides.md}}

Context

tldr-pages: common/presenterm

Revisions (0)

No revisions yet.