什麼是 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