blob: e837e6a12db82a6918781e496d45444bc91ecd9a (
plain)
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
|
# Where should we write the GIF?
Output demo.gif
# Set up a 1200x600 terminal with 46px font.
Set FontSize 24
Set Width 1000
Set Height 500
Set Shell zsh
Sleep 2.5s
Type "go run ./cmd/termpicker"
Enter
Sleep 2s
Type "l"
Sleep 500ms
Type "j"
Sleep 500ms
Type "llllhhhllj"
Tab
Sleep 500ms
Type "jlllhjlllljhhhlllhkklkl"
Tab
Sleep 500ms
Type "jllljhhklhkhh"
Sleep 1.5s
Type "q"
Sleep 500ms
|