Forrest logo
back to the mdp tool

mdp:tldr:b49a9

mdp: Disable transparency in transparent terminals.
$ mdp --notrans ${presentation-md}
try on your machine

This command is using the "mdp" tool to run a slide presentation.

The "mdp" command is followed by the option "--notrans", which is short for "--no-transition". This option disables the transition effects between slides during the presentation, so the slides will change instantly.

The "${presentation-md}" part of the command is a placeholder for the actual file name or path of the Markdown file that contains the content of the presentation. This is a variable and should be replaced with the appropriate value (e.g., "presentation.md").

Overall, the command "mdp --notrans ${presentation-md}" executes the "mdp" tool to present a slide presentation using a Markdown file without any transition effects between slides.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the mdp tool