ratkit 0.2.16

A comprehensive collection of reusable TUI components for ratatui including resizable splits, tree views, markdown rendering, toast notifications, dialogs, and terminal embedding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Record an interactive manual demo session
# Usage: just cast-interactive
# Example: just cast-interactive

cast-interactive:
    @echo "đŸ—‘ī¸  Removing existing demo file..."
    @rm -f demo/ratatui-toolkit-demo.cast
    @echo "đŸŽŦ Starting interactive demo recording..."
    @echo "📝 You'll control the app manually"
    @echo "âšī¸  Press Ctrl+D when done recording"
    @echo ""
    @mkdir -p demo
    asciinema rec demo/ratatui-toolkit-demo.cast
    @echo "✅ Demo recorded to demo/ratatui-toolkit-demo.cast"
    @echo "đŸŽŦ Converting to GIF..."
    @just cast-gif
    @echo "â–ļī¸  Playing GIF with mpv..."
    @mpv demo/ratatui-toolkit-demo.gif