-
-
Notifications
You must be signed in to change notification settings - Fork 122
/
demo.tape
64 lines (39 loc) · 967 Bytes
/
demo.tape
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
# Demo of Geodesic
Output docs/demo.gif
Set Theme "Monokai Vivid"
#Set FontFamily "FiraCode Nerd Font"
Set FontFamily "Hack Nerd Font"
Set FontSize 14
Set TypingSpeed 40ms
Set Framerate 30
Set WindowBar Colorful
Set CursorBlink true
Set BorderRadius 8
Set Margin 20
Set MarginFill "#674EFF"
Set Padding 12
Set Width 1200
Set Height 600
Set PlaybackSpeed 1
Set Shell bash
Type "# After having run `make all`, simply run `make run` (or `geodesic`) to enter the interactive shell" Enter
Sleep 500ms
Type "geodesic" Enter
Sleep 4s
Type "# Open Tofu is pre-installed:" Enter
Type "demo-tofu-version" Enter
Sleep 3s
Type "# Geodesic ships with common commands like `jq`" Enter
Sleep 1500ms
Type "jq" Enter
Sleep 3s
Type "# ...and `kubectl`" Enter
Sleep 1500ms
Type "kubectl" Enter@3s
Type "# ...and many other added packages" Enter
Type "demo-list-packages" Enter
Sleep 20s
Type "# That's all folks!" Enter
Sleep 2s
Type "exit" Enter
Sleep 3s