-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathteasr.toml
More file actions
50 lines (44 loc) · 808 Bytes
/
Copy pathteasr.toml
File metadata and controls
50 lines (44 loc) · 808 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
[output]
dir = "./showcase"
[[output.formats]]
output_type = "gif"
[[output.formats]]
output_type = "png"
[font]
family = "MonaspiceNe Nerd Font"
# Scene 1: Show available experiments
[[scenes]]
type = "terminal"
name = "list-experiments"
theme = "dracula"
cwd = "."
cols = 90
rows = 30
[[scenes.interactions]]
type = "type"
text = "lgp list"
speed = 50
[[scenes.interactions]]
type = "key"
key = "enter"
[[scenes.interactions]]
type = "wait"
duration = 3000
# Scene 2: Run a quick Iris experiment
[[scenes]]
type = "terminal"
name = "run-experiment"
theme = "dracula"
cwd = "."
cols = 90
rows = 24
[[scenes.interactions]]
type = "type"
text = "lgp run iris_crossover 2>&1 | tail -20"
speed = 40
[[scenes.interactions]]
type = "key"
key = "enter"
[[scenes.interactions]]
type = "wait"
duration = 20000