-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.tape
More file actions
57 lines (45 loc) · 781 Bytes
/
Copy pathdemo.tape
File metadata and controls
57 lines (45 loc) · 781 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
# traverse demo — record with: vhs demo.tape
# Requires: https://github.com/charmbracelet/vhs
Output demo.gif
Set FontSize 18
Set Width 1200
Set Height 800
Set Theme "Catppuccin Mocha"
Set Padding 2
# 1. Launch traverse
Type "traverse"
Enter
Sleep 2s
# 2. Navigate down a few files
Down
Down
Down
Sleep 500ms
# 3. Toggle preview with Tab
Tab
Sleep 1s
# 4. Close preview
Tab
Sleep 500ms
# 5. Instant filter — press / and type "go"
Type "/go"
Sleep 1s
# 6. Exit filter with Escape
Escape
Sleep 500ms
# 7. Open PowerShell with Ctrl+Z
Ctrl+Z
Sleep 2s
# 8. Type a command in PowerShell
Type "Get-ChildItem | Select-Object Name"
Enter
Sleep 1s
# 9. Exit PowerShell
Type "exit"
Enter
Sleep 1s
# 10. Navigate to a git-tracked file and view diff
Down
Down
Type "D"
Sleep 2s