LinuxCommandLibrary

mdp

presents markdown files as slides

TLDR

Present slides

$ mdp [presentation.md]
copy
Start from specific slide
$ mdp -s [5] [presentation.md]
copy
Disable fade
$ mdp -f [presentation.md]
copy
Disable colors
$ mdp -n [presentation.md]
copy
Invert colors
$ mdp -i [presentation.md]
copy

SYNOPSIS

mdp [options] file

DESCRIPTION

mdp presents markdown files as slides. It renders presentations in the terminal.
The tool uses markdown syntax for slides. Slide breaks are indicated by horizontal rules.

PARAMETERS

FILE

Markdown presentation file.
-s NUM
Start at slide number.
-f
Disable fading.
-n
Disable colors.
-i
Invert colors.
--help
Display help information.

CAVEATS

Terminal-based only. Limited formatting. UTF-8 support varies.

HISTORY

mdp was created as a terminal-based presentation tool using markdown for slide content.

SEE ALSO

presenterm(1), slides(1), sent(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community