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