-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathflow.tape
More file actions
174 lines (150 loc) Β· 2.21 KB
/
Copy pathflow.tape
File metadata and controls
174 lines (150 loc) Β· 2.21 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
164
165
166
167
168
169
170
171
172
173
174
Output docs/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
Hide
# Build
Type "make build"
Enter
Sleep 2s
Ctrl+L
Sleep 200ms
# Background traffic
Type "curl -L --limit-rate 5M --max-time 60 -o /dev/null https://speed.hetzner.de/100MB.bin &>/dev/null &"
Enter
Sleep 300ms
Type "curl -L --limit-rate 3M --max-time 60 -o /dev/null https://proof.ovh.net/files/100Mb.dat &>/dev/null &"
Enter
Sleep 300ms
Ctrl+L
Sleep 200ms
# Launch flow
Type@50ms "./bin/flow --refresh 100ms"
Sleep 300ms
Enter
Sleep 3s
# Reveal β hero mode
Show
Sleep 3s
# --- All 8 themes ---
# Default β nord
Type "t"
Sleep 600ms
Type "j"
Sleep 400ms
Enter
Sleep 1.5s
# Nord β dracula
Type "t"
Sleep 500ms
Type "j"
Sleep 300ms
Enter
Sleep 1.5s
# Dracula β gruvbox
Type "t"
Sleep 500ms
Type "j"
Sleep 300ms
Enter
Sleep 1.5s
# Gruvbox β forest
Type "t"
Sleep 500ms
Type "j"
Sleep 300ms
Enter
Sleep 1.5s
# Forest β monochrome
Type "t"
Sleep 500ms
Type "j"
Sleep 300ms
Enter
Sleep 1.5s
# Monochrome β catppuccin
Type "t"
Sleep 500ms
Type "j"
Sleep 300ms
Enter
Sleep 1.5s
# Catppuccin β tokyo-night
Type "t"
Sleep 500ms
Type "j"
Sleep 300ms
Enter
Sleep 1.5s
Sleep 1.5s
# Reset
Type "r"
Sleep 1.5s
# Interface cycle
Type "i"
Sleep 1s
Type "i"
Sleep 1s
# View modes
Type "m"
Sleep 1s
Type "m"
Sleep 1s
# Bits + units
Type "b"
Sleep 1s
Type "c"
Sleep 800ms
Type "c"
Sleep 800ms
# Pause / resume
Type "p"
Sleep 2s
Type "p"
Sleep 1s
# Processes
Type "n"
Sleep 2s
Escape
Sleep 1s
# Help
Type "?"
Sleep 2s
Escape
Sleep 1s
Sleep 2s
Hide
Type "q"
Sleep 1s