-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzcode.tape
More file actions
59 lines (52 loc) · 889 Bytes
/
Copy pathzcode.tape
File metadata and controls
59 lines (52 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Output zcode.gif
Set FontSize 18
Set Width 900
Set Height 540
Set Framerate 30
Set PlaybackSpeed 3.0
Set TypingSpeed 100ms
# ── Scene 1: Show help ──
Type "zig build run -- --help"
Sleep 500ms
Enter
Sleep 5s
# ── Scene 2: Clear and start interactive REPL ──
Ctrl+L
Sleep 300ms
Type "zig build run"
Sleep 300ms
Enter
Sleep 3s
# ── Scene 3: Show REPL commands ──
Enter
Sleep 200ms
Type "/help"
Sleep 200ms
Enter
Sleep 4s
# ── Scene 4: Ask AI a question ──
Enter
Sleep 200ms
Type "/new"
Sleep 200ms
Enter
Sleep 1s
Type "Write a bubble sort program using Zig and provide an example."
Sleep 300ms
Enter
# Wait for the AI response to finish (prompt "> " reappears, up to 1h)
Wait+Line@3600s />/
# ── Scene 5: Show stats ──
Sleep 200ms
Ctrl+L
Type "/stats"
Sleep 200ms
Enter
Sleep 3s
# Done
Enter
Sleep 200ms
Type "/quit"
Sleep 200ms
Enter
Sleep 1s