-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.tape
More file actions
107 lines (90 loc) · 1.79 KB
/
Copy pathdemo.tape
File metadata and controls
107 lines (90 loc) · 1.79 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
Output demo.gif
Set Shell "bash"
Set FontSize 16
Set FontFamily "JetBrains Mono, Fira Code, monospace"
Set Theme { "name": "Black", "black": "#000000", "red": "#ff4444", "green": "#44ff44", "yellow": "#ffff44", "blue": "#4444ff", "magenta": "#ff44ff", "cyan": "#44ffff", "white": "#ffffff", "brightBlack": "#555555", "brightRed": "#ff6666", "brightGreen": "#66ff66", "brightYellow": "#ffff66", "brightBlue": "#6666ff", "brightMagenta": "#ff66ff", "brightCyan": "#66ffff", "brightWhite": "#ffffff", "background": "#000000", "foreground": "#ffffff", "selection": "#333333", "cursor": "#ffffff" }
Set Width 1000
Set Height 640
Set Padding 24
Set BorderRadius 8
Set WindowBar Colorful
Set WindowBarSize 32
Set Framerate 30
Set TypingSpeed 25ms
Hide
Sleep 500ms
Type `mkdir -p ~/project`
Enter
Type `cd ~/project`
Enter
Type `echo 'config=dev' > .env`
Enter
Type `mkdir -p assets`
Enter
Type `echo 'site=default' > assets/site.conf`
Enter
Type `echo 'theme=dark' > assets/theme.conf`
Enter
Type `oops daemon &`
Enter
Type `sleep 1`
Enter
Type `clear`
Enter
Sleep 500ms
Show
Sleep 500ms
Type `eval "$(oops init bash)"`
Enter
Sleep 1.5s
Type `oops status`
Enter
Sleep 3s
Type `printf 'db=prod\nhost=db.internal\n' > .env`
Enter
Sleep 1.2s
Type `printf 'site=oops-demo\nlang=en\n' > assets/site.conf`
Enter
Sleep 1.2s
Type `ls -la assets/`
Enter
Sleep 1.2s
Type `rm -rf assets`
Enter
Sleep 1.5s
Type `ls assets/`
Enter
Sleep 800ms
Type `oops list`
Enter
Sleep 3.5s
Type `j`
Sleep 500ms
Type `q`
Sleep 600ms
Type `oops diff 1`
Enter
Sleep 2.5s
Type `q`
Sleep 500ms
Type `oops`
Enter
Sleep 1.5s
Type `ls assets/`
Enter
Sleep 1.2s
Type `oops pin 1`
Enter
Sleep 1s
Type `oops gc`
Enter
Sleep 1.5s
Type `oops status`
Enter
Sleep 2.5s
Type `clear`
Enter
Sleep 400ms
Type `echo oops - because everyone makes mistakes`
Enter
Sleep 5s