File tree Expand file tree Collapse file tree 1 file changed +27
-30
lines changed Expand file tree Collapse file tree 1 file changed +27
-30
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Output "../img/wander.gif"
44
44
45
45
Set Padding 10
46
46
Set FontSize 13
47
- Set Width 900
47
+ Set Width 1100
48
48
Set Height 450
49
49
Set Framerate 15
50
50
@@ -55,8 +55,10 @@ Sleep 200ms
55
55
Show
56
56
57
57
# All Jobs
58
- Type@1s "jj"
59
- Sleep 2s
58
+ Sleep 1s
59
+ Type@500ms "jj"
60
+ Type@500ms "k"
61
+ Sleep 1s
60
62
61
63
# All Events
62
64
Type "V"
@@ -72,7 +74,26 @@ Sleep 1s
72
74
73
75
# All Tasks
74
76
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
75
92
Sleep 2s
93
+ Ctrl+d
94
+ Sleep 2s
95
+ Escape@300ms 2
96
+ Sleep 500ms
76
97
77
98
# Back to All Jobs
78
99
Type "J"
@@ -90,21 +111,11 @@ Sleep 1s
90
111
Type@200ms "INFO"
91
112
Sleep 0.5s
92
113
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"
104
116
Enter
105
117
Sleep 1s
106
- Escape
107
- Escape
118
+ Escape@200ms 2
108
119
109
120
# Save Logs
110
121
Ctrl+S
@@ -124,17 +135,3 @@ Sleep 2s
124
135
# Back to Tasks for Job
125
136
Escape
126
137
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
You can’t perform that action at this time.
0 commit comments