tldr/pages/common/mdp.md

21 lines
479 B
Markdown
Raw Normal View History

2016-05-06 06:04:23 +01:00
# mdp
2020-12-29 11:45:05 +00:00
> A command-line based tool to make presentations from Markdown files.
2019-06-04 10:25:08 +01:00
> More information: <https://github.com/visit1985/mdp>.
2016-05-06 06:04:23 +01:00
2020-12-29 11:45:05 +00:00
- Launch a presentation in the terminal from a Markdown file:
2016-05-06 06:04:23 +01:00
`mdp {{presentation.md}}`
- Disable fading transitions:
`mdp --nofade {{presentation.md}}`
2016-05-06 23:19:36 +01:00
- Invert font colors to use in terminals with light background:
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}}`