Skip to content

Commit aabb29d

Browse files
committed
vhs
1 parent a73326b commit aabb29d

File tree

1 file changed

+27
-30
lines changed

1 file changed

+27
-30
lines changed

scripts/vhs.tape

Lines changed: 27 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Output "../img/wander.gif"
4444

4545
Set Padding 10
4646
Set FontSize 13
47-
Set Width 900
47+
Set Width 1100
4848
Set Height 450
4949
Set Framerate 15
5050

@@ -55,8 +55,10 @@ Sleep 200ms
5555
Show
5656

5757
# All Jobs
58-
Type@1s "jj"
59-
Sleep 2s
58+
Sleep 1s
59+
Type@500ms "jj"
60+
Type@500ms "k"
61+
Sleep 1s
6062

6163
# All Events
6264
Type "V"
@@ -72,7 +74,26 @@ Sleep 1s
7274

7375
# All Tasks
7476
Type "A"
77+
Sleep 1s
78+
Type@500ms "jj"
79+
Type@500ms "k"
80+
Sleep 1s
81+
82+
# Exec for Task
83+
Type "e"
84+
Sleep 1s
85+
Backspace 10
86+
Type@200ms "bash"
87+
Sleep 500ms
88+
Enter
89+
Type@150ms "ls -la"
90+
Sleep 300ms
91+
Enter
7592
Sleep 2s
93+
Ctrl+d
94+
Sleep 2s
95+
Escape@300ms 2
96+
Sleep 500ms
7697

7798
# Back to All Jobs
7899
Type "J"
@@ -90,21 +111,11 @@ Sleep 1s
90111
Type@200ms "INFO"
91112
Sleep 0.5s
92113
Enter
93-
Sleep 0.5s
94-
Type "n"
95-
Sleep 0.5s
96-
Type "n"
97-
Sleep 0.5s
98-
Type "n"
99-
Sleep 0.5s
100-
Type "N"
101-
Sleep 0.5s
102-
Type@200ms "jj"
103-
Type@200ms "kk"
114+
Type@0.5s "nnnN"
115+
Type@300ms "jjkk"
104116
Enter
105117
Sleep 1s
106-
Escape
107-
Escape
118+
Escape@200ms 2
108119

109120
# Save Logs
110121
Ctrl+S
@@ -124,17 +135,3 @@ Sleep 2s
124135
# Back to Tasks for Job
125136
Escape
126137
Sleep 1s
127-
128-
# Exec for Task
129-
Type "e"
130-
Sleep 1s
131-
Backspace 10
132-
Type@200ms "sh"
133-
Sleep 500ms
134-
Enter
135-
Type@150ms "ls -la"
136-
Sleep 500ms
137-
Enter
138-
Sleep 2s
139-
Escape 2
140-
Sleep 2s

0 commit comments

Comments
 (0)