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

20 lines
423 B
Markdown
Raw Normal View History

2016-05-06 00:04:23 -05:00
# mdp
> A command-line based tool to make presentations from markdown files.
2016-05-06 00:04:23 -05:00
2016-05-07 18:11:30 +01: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 --nofade {{presentation.md}}`
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 --invert {{presentation.md}}`
- Disable transparency in transparent terminals:
2016-05-06 00:04:23 -05:00
`mdp --notrans {{presentation.md}}`