什么是 presenterm?
使用 Markdown 文件创建和交付基于终端的演示文稿,其中包含主题、代码执行、mermaid/d2 图、LaTeX/typst 公式和 PDF/HTML 导出功能。 来源:lanej/dotfiles。
使用 Markdown 文件创建和交付基于终端的演示文稿,其中包含主题、代码执行、mermaid/d2 图、LaTeX/typst 公式和 PDF/HTML 导出功能。
通过命令行快速安装 presenterm AI 技能到你的开发环境
来源:lanej/dotfiles。
presenterm is a modern terminal-based presentation tool that renders markdown files as slides. It supports themes, code syntax highlighting, images, diagram rendering (mermaid, d2), mathematical formulas (LaTeX, typst), and can export to PDF or HTML.
def fibonacci(n): if n <= 1: return n return fibonacci(n-1) + fibonacci(n-2)
echo "This will execute when you advance to this slide" date
使用 Markdown 文件创建和交付基于终端的演示文稿,其中包含主题、代码执行、mermaid/d2 图、LaTeX/typst 公式和 PDF/HTML 导出功能。 来源:lanej/dotfiles。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/lanej/dotfiles --skill presenterm使用 Markdown 文件创建和交付基于终端的演示文稿,其中包含主题、代码执行、mermaid/d2 图、LaTeX/typst 公式和 PDF/HTML 导出功能。 来源:lanej/dotfiles。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/lanej/dotfiles --skill presenterm 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/lanej/dotfiles