2016-05-06 00:04:23 -05:00
|
|
|
# mdp
|
|
|
|
|
2020-12-29 08:45:05 -03:00
|
|
|
> A command-line based tool to make presentations from Markdown files.
|
2025-04-25 21:19:03 +03:00
|
|
|
> More information: <https://manned.org/mdp>.
|
2016-05-06 00:04:23 -05:00
|
|
|
|
2020-12-29 08:45:05 -03: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:
|
|
|
|
|
2025-04-25 21:19:03 +03:00
|
|
|
`mdp {{[-f|--nofade]}} {{presentation.md}}`
|
2016-05-06 00:04:23 -05:00
|
|
|
|
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
|
|
|
|
2025-04-25 21:19:03 +03:00
|
|
|
`mdp {{[-i|--invert]}} {{presentation.md}}`
|
2016-05-06 00:04:23 -05:00
|
|
|
|
2016-05-06 11:07:10 -05:00
|
|
|
- Disable transparency in transparent terminals:
|
2016-05-06 00:04:23 -05:00
|
|
|
|
2025-04-25 21:19:03 +03:00
|
|
|
`mdp {{[-t|--notrans]}} {{presentation.md}}`
|