-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdemo.tape
More file actions
163 lines (141 loc) Β· 2.4 KB
/
Copy pathdemo.tape
File metadata and controls
163 lines (141 loc) Β· 2.4 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
Output assets/demo.gif
Require make
Require curl
Set Shell "bash"
Set FontFamily "JetBrains Mono"
Set FontSize 16
Set Theme {
"name": "Flow",
"black": "#45475a",
"red": "#f38ba8",
"green": "#a6e3a1",
"yellow": "#f9e2af",
"blue": "#89b4fa",
"magenta": "#f5c2e7",
"cyan": "#94e2d5",
"white": "#bac2de",
"brightBlack": "#585b70",
"brightRed": "#f38ba8",
"brightGreen": "#a6e3a1",
"brightYellow": "#f9e2af",
"brightBlue": "#89b4fa",
"brightMagenta": "#f5c2e7",
"brightCyan": "#94e2d5",
"brightWhite": "#cdd6f4",
"background": "#000000",
"foreground": "#cdd6f4",
"selection": "#585b70",
"cursor": "#f5e0dc"
}
Set Width 1400
Set Height 920
Set Padding 16
Set MarginFill "#000000"
Set Margin 8
Set WindowBar "Colorful"
Set PlaybackSpeed 1.0
Set Framerate 60
Hide
# Build
Type "make build"
Enter
Sleep 1.5s
Ctrl+L
Sleep 200ms
# Background traffic β real network I/O so flow shows genuine throughput
Type "curl -L --limit-rate 5M --max-time 60 -o /dev/null https://speed.hetzner.de/100MB.bin &>/dev/null &"
Enter
Sleep 250ms
Type "curl -L --limit-rate 3M --max-time 60 -o /dev/null https://proof.ovh.net/files/100Mb.dat &>/dev/null &"
Enter
Sleep 250ms
Ctrl+L
Sleep 200ms
# Launch flow
Type@50ms "./bin/flow --refresh 250ms"
Sleep 200ms
Enter
Sleep 1.5s
# Reveal β hero mode
Show
Sleep 2s
# --- Interface info (new in 0.1.6) ---
Type "I"
Sleep 1.2s
Escape
Sleep 500ms
# --- Reset confirmation (new in 0.1.6) ---
Type "r"
Sleep 600ms
Type "r"
Sleep 800ms
# --- Themes: sample 3 instead of cycling all 8, cuts ~7s of dead frames ---
# Default β nord
Type "t"
Sleep 300ms
Type "j"
Sleep 200ms
Enter
Sleep 800ms
# Nord β gruvbox (skip dracula, jump two)
Type "t"
Sleep 300ms
Type "jj"
Sleep 200ms
Enter
Sleep 800ms
# Gruvbox β tokyo-night (skip to last)
Type "t"
Sleep 300ms
Type "jjjj"
Sleep 200ms
Enter
Sleep 800ms
# Reset (with confirmation)
Type "r"
Sleep 500ms
Type "r"
Sleep 800ms
# Interface cycle
Type "i"
Sleep 600ms
Type "i"
Sleep 600ms
# View modes
Type "m"
Sleep 600ms
Type "m"
Sleep 600ms
# Display filter β cycle through download-only β upload-only β both
Type "d"
Sleep 1s
Type "d"
Sleep 1s
Type "d"
Sleep 800ms
# Bits + units
Type "b"
Sleep 600ms
Type "c"
Sleep 500ms
Type "c"
Sleep 500ms
# Pause / resume
Type "p"
Sleep 1s
Type "p"
Sleep 500ms
# Processes
Type "n"
Sleep 1.2s
Escape
Sleep 500ms
# Help
Type "?"
Sleep 1.2s
Escape
Sleep 500ms
Sleep 1s
Hide
Type "q"
Sleep 500ms