Deck

Terminal-based presentations from Markdown files using PowerShell

PowerShell 📄 MIT

Deck is a PowerShell module that turns Markdown files into interactive terminal-based presentations with figlet ASCII art, progressive bullet reveals, and rich color formatting. You write presentations in plain Markdown with optional YAML frontmatter for styling, then run Show-Deck -Path ./presentation.md to present directly in the terminal, no GUI required. It was built to make terminal presentations accessible and simple across platforms. What makes it delightful is the combination of familiar Markdown syntax with powerful terminal output, plus thoughtful touches like URL-based presentations (Show-Deck -Path https://...) for instant sharing and -Strict validation mode for testing before presenting.

Copilot says: AI-generated

Turn your terminal into a rockstar presentation stage by crafting slick slides straight from Markdown files using PowerShell — no GUI fuss, just pure text magic! Perfect for devs who love their presentations as lean and mean as their code.

Key features:

  • 🎨 Stylish slide customization with YAML frontmatter
  • 🚀 Progressive bullet reveals and multi-column layouts
  • 🖼️ Image slides with auto-sized and web image support
  • 🎮 Keyboard-friendly navigation with handy shortcuts

This summary was generated by GitHub Copilot based on the project README.