tldr/pages/common/mdp.md

21 lines
479 B
Markdown
Raw Normal View History

2016-05-06 08:04:23 +03:00
# mdp
> A command-line based tool to make presentations from markdown files.
2019-06-04 12:25:08 +03:00
> More information: <https://github.com/visit1985/mdp>.
2016-05-06 08:04:23 +03:00
2016-05-07 20:11:30 +03:00
- Launch a presentation in the terminal from a markdown file:
2016-05-06 08:04:23 +03:00
`mdp {{presentation.md}}`
- Disable fading transitions:
`mdp --nofade {{presentation.md}}`
2016-05-07 01:19:36 +03:00
- Invert font colors to use in terminals with light background:
2016-05-06 08:04:23 +03:00
`mdp --invert {{presentation.md}}`
- Disable transparency in transparent terminals:
2016-05-06 08:04:23 +03:00
`mdp --notrans {{presentation.md}}`