1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-07 05:55:29 +02:00
tldr/pages/common/mdp.md

21 lines
496 B
Markdown
Raw Normal View History

2016-05-06 00:04:23 -05:00
# mdp
2020-12-29 08:45:05 -03:00
> A command-line based tool to make presentations from Markdown files.
> More information: <https://manned.org/mdp>.
2016-05-06 00:04:23 -05:00
2020-12-29 08:45:05 -03:00
- Launch a presentation in the terminal from a Markdown file:
2016-05-06 00:04:23 -05:00
`mdp {{presentation.md}}`
- Disable fading transitions:
`mdp {{[-f|--nofade]}} {{presentation.md}}`
2016-05-06 00:04:23 -05:00
2016-05-06 17:19:36 -05:00
- Invert font colors to use in terminals with light background:
2016-05-06 00:04:23 -05:00
`mdp {{[-i|--invert]}} {{presentation.md}}`
2016-05-06 00:04:23 -05:00
- Disable transparency in transparent terminals:
2016-05-06 00:04:23 -05:00
`mdp {{[-t|--notrans]}} {{presentation.md}}`