CLI Presenter

The Ultimate Terminal Presentation Tool

Features Overview

Centered Layout

This content is centered vertically and horizontally. Great for quotes or big impact statements.

"Simplicity is the ultimate sophistication."

Code Highlighting

def hello_world():
    print("Hello from CLI Presenter!")

Mermaid Diagrams

graph LR;
    A[Markdown] -->|Parse| B(Slide Objects);
    B -->|Render| C{Output};
    C -->|TUI| D[Terminal];
    C -->|HTML| E[Browser/PDF];

Thank You

Run cli-presenter export template.md to see these diagrams in action!