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