Skip to content

Commit defb8f4

Browse files
committed
docs: add vhs tape
1 parent 001684b commit defb8f4

File tree

1 file changed

+140
-0
lines changed

1 file changed

+140
-0
lines changed

demo.tape

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
Output demo.gif
2+
3+
# Set up a 1200x600 terminal with 46px font.
4+
Set FontSize 24
5+
Set FontFamily "MesloLGS NF"
6+
Set Theme "Catppuccin Mocha"
7+
Set Width 1800
8+
Set Padding 10
9+
Set Margin 30
10+
Set MarginFill "#674EFF"
11+
Set BorderRadius 12
12+
Set Height 1200
13+
Set Shell zsh
14+
15+
16+
Hide
17+
Type "alias jsrepo-tui='./jsrepo-tui' && clear"
18+
Enter
19+
Show
20+
21+
# Type a command in the terminal.
22+
Type "jsrepo-tui"
23+
Sleep 1s
24+
Enter
25+
Sleep 2s
26+
27+
28+
# Select Registry
29+
Enter
30+
Sleep 2.5s
31+
32+
# Add blocks
33+
Enter
34+
Sleep 1s
35+
36+
Down
37+
Sleep 400ms
38+
39+
Down
40+
Sleep 400ms
41+
42+
Down
43+
Sleep 400ms
44+
45+
Enter
46+
Sleep 1s
47+
48+
Down
49+
Sleep 400ms
50+
51+
Enter
52+
Sleep 1.5s
53+
54+
#Remove blocks
55+
Tab
56+
Sleep 1s
57+
58+
Down
59+
Sleep 400ms
60+
61+
Down
62+
Sleep 400ms
63+
64+
Backspace
65+
Sleep 1s
66+
67+
#Change category paths
68+
Type "p"
69+
Sleep 1s
70+
71+
Enter
72+
Sleep 1s
73+
74+
Down
75+
Sleep 400ms
76+
77+
Right
78+
Sleep 400ms
79+
80+
Down
81+
Sleep 400ms
82+
83+
Down
84+
Sleep 400ms
85+
86+
Down
87+
Sleep 400ms
88+
89+
Enter
90+
Sleep 700ms
91+
92+
Down
93+
Sleep 400ms
94+
95+
Enter
96+
Sleep 600ms
97+
98+
Down
99+
Sleep 400ms
100+
101+
Right
102+
Sleep 400ms
103+
104+
Down
105+
Sleep 400ms
106+
107+
Down
108+
Sleep 400ms
109+
110+
Enter
111+
Sleep 600ms
112+
113+
Ctrl+d
114+
Sleep 4s
115+
116+
Ctrl+n
117+
Sleep 400ms
118+
119+
Type "github/ieedan/std@main"
120+
Sleep 400ms
121+
122+
Enter
123+
Sleep 400ms
124+
125+
Type "s"
126+
Sleep 600ms
127+
128+
Down
129+
Sleep 400ms
130+
131+
Enter
132+
133+
134+
135+
136+
137+
138+
139+
# Admire the output for a bit.
140+
Sleep 5s

0 commit comments

Comments
 (0)