Linux command
presenterm 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start presentation
presenterm [presentation.md]
Present with specific theme
presenterm --theme [dark] [presentation.md]
Export to PDF
presenterm --export-pdf [presentation.md]
Live reload mode
presenterm --watch [presentation.md]
说明
presenterm is a terminal-based presentation tool that renders Markdown files as slide decks directly in the terminal. Slides are separated by horizontal rules in the Markdown source, and the tool supports syntax-highlighted code blocks, images (in supported terminals), and multiple built-in themes. Watch mode automatically reloads the presentation when the source file changes, enabling a live editing workflow. Slides can also be exported to PDF for sharing outside the terminal.
参数
- --theme _NAME_
- Presentation theme.
- --export-pdf
- Export to PDF.
- --watch
- Auto-reload on changes.
- -e, --execute
- Enable code execution.
FAQ
What is the presenterm command used for?
presenterm is a terminal-based presentation tool that renders Markdown files as slide decks directly in the terminal. Slides are separated by horizontal rules in the Markdown source, and the tool supports syntax-highlighted code blocks, images (in supported terminals), and multiple built-in themes. Watch mode automatically reloads the presentation when the source file changes, enabling a live editing workflow. Slides can also be exported to PDF for sharing outside the terminal.
How do I run a basic presenterm example?
Run `presenterm [presentation.md]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --theme _NAME_ do in presenterm?
Presentation theme.