tldr/pages/common/mdp.md

20 lines
423 B
Markdown
Raw Normal View History

2016-05-06 06:04:23 +01:00
# mdp
> A command-line based tool to make presentations from markdown files.
2016-05-06 06:04:23 +01:00
- Launch a presentation from a markdown file in the terminal:
2016-05-06 06:04:23 +01:00
`mdp {{presentation.md}}`
- Disable fading transitions:
`mdp --nofade {{presentation.md}}`
- Invert font colors tu use within a light background terminal:
2016-05-06 06:04:23 +01:00
`mdp --invert {{presentation.md}}`
- Disable transparency in transparent terminals:
2016-05-06 06:04:23 +01:00
`mdp --notrans {{presentation.md}}`