LinuxCommandLibrary

presenterm

Terminal-based Markdown slide presenter

TLDR

Start presentation

$ presenterm [presentation.md]
copy
Present with specific theme
$ presenterm --theme [dark] [presentation.md]
copy
Export to PDF
$ presenterm --export-pdf [presentation.md]
copy
Live reload mode
$ presenterm --watch [presentation.md]
copy

SYNOPSIS

presenterm [options] file

DESCRIPTION

presenterm is a terminal-based presentation tool that renders Markdown files as slide decks directly in the terminal. Slides are separated by horizontal rules in the Markdown source, and the tool supports syntax-highlighted code blocks, images (in supported terminals), and multiple built-in themes.
Watch mode automatically reloads the presentation when the source file changes, enabling a live editing workflow. Slides can also be exported to PDF for sharing outside the terminal.

PARAMETERS

FILE

Markdown presentation file.
--theme NAME
Presentation theme.
--export-pdf
Export to PDF.
--watch
Auto-reload on changes.
-e, --execute
Enable code execution.

CAVEATS

Terminal-based only. Markdown format required.

HISTORY

presenterm was created for terminal-based Markdown presentations.

SEE ALSO

mdp(1), slides(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community