-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathdemo.tape
More file actions
73 lines (62 loc) · 840 Bytes
/
demo.tape
File metadata and controls
73 lines (62 loc) · 840 Bytes
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# VHS Tape for git-scope
# To run this: vhs demo.tape
# Install vhs: brew install vhs
Output demo.gif
Set FontSize 16
Set Width 1200
Set Height 800
Set Padding 20
Set FontFamily "JetBrains Mono"
# Setup the terminal look
Set Theme "Catppuccin Mocha"
# Hide the prompt setup
Hide
Type "export PS1='> '"
Enter
Ctrl+L
Show
# Start the demo with version check
Type "git-scope --version"
Sleep 500ms
Enter
Sleep 1s
# Run the TUI
Type "git-scope"
Sleep 1s
Enter
Sleep 2s
# Navigate a bit
Type "j"
Sleep 500ms
Type "j"
Sleep 500ms
Type "k"
Sleep 500ms
# Show searching
Type "/"
Sleep 500ms
Type "git"
Sleep 300ms
Type "-"
Sleep 300ms
Type "scope"
Sleep 1s
Enter
Sleep 2s
# Show filtering
Type "c"
Sleep 1s
Type "f"
Sleep 1s
Type "f"
Sleep 1s
Type "f"
Sleep 1s
# Show sorting
Type "s"
Sleep 1s
Type "s"
Sleep 1s
# Quit
Type "q"
Sleep 1s