Linux command
patat 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Present a Markdown file
patat [presentation.md]
Present with auto-reload on file changes
patat --watch [presentation.md]
Dump all slides to stdout
patat --dump [presentation.md]
说明
patat (Presentations Atop The ANSI Terminal) is a feature-rich, terminal-based presentation tool built on Pandoc. It supports images, evaluating code snippets, syntax highlighting, speaker notes, theming, and progressive slide reveals. Slides are separated by Markdown headers, and configuration can be embedded in the YAML front matter.
参数
- -w, --watch
- Monitor the presentation file for changes and reload automatically.
- -f, --force
- Run even if the terminal claims insufficient ANSI support.
- -d, --dump
- Output all slides to stdout for debugging.
- --version
- Display version information.
FAQ
What is the patat command used for?
patat (Presentations Atop The ANSI Terminal) is a feature-rich, terminal-based presentation tool built on Pandoc. It supports images, evaluating code snippets, syntax highlighting, speaker notes, theming, and progressive slide reveals. Slides are separated by Markdown headers, and configuration can be embedded in the YAML front matter.
How do I run a basic patat example?
Run `patat [presentation.md]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -w, --watch do in patat?
Monitor the presentation file for changes and reload automatically.