-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme-screenshot.tape
59 lines (52 loc) · 1015 Bytes
/
readme-screenshot.tape
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
# Screenshots for README.md documentation
Output readme-screenshots.gif
Require npx
# Terminal setup
Set FontSize 16
Set Width 840
Set Height 480
Set BorderRadius 4
Set TypingSpeed 20ms
Set Theme "Catppuccin Mocha"
# Default command
Type "clear" Enter
Sleep 200ms
Type "npx @t1mmen/srtd@latest" Enter
Sleep 5s
Screenshot readme-screenshot-default.png
Sleep 1s
Ctrl+C
# Watch command
Type "clear" Enter
Sleep 200ms
Type "npx @t1mmen/srtd@latest watch" Enter
Sleep 5s
Screenshot readme-screenshot-watch.png
Hide
Ctrl+C
Show
Sleep 1s
# Register command
Type "clear" Enter
Sleep 200ms
Type "npx @t1mmen/srtd@latest register" Enter
Sleep 5s
Screenshot readme-screenshot-register.png
Sleep 1s
Ctrl+C
# Promote command
Type "clear" Enter
Sleep 200ms
Type "npx @t1mmen/srtd@latest promote" Enter
Sleep 5s
Screenshot readme-screenshot-promote.png
Sleep 1s
Ctrl+C
# Clean command
Type "clear" Enter
Sleep 200ms
Type "npx @t1mmen/srtd@latest clean" Enter
Sleep 5s
Screenshot readme-screenshot-clean.png
Sleep 1s
Ctrl+C