49 lines
518 B
VHS
49 lines
518 B
VHS
# Views Example
|
|
Output assets/views.gif
|
|
|
|
Set Shell "bash"
|
|
Set FontSize 14
|
|
Set Width 900
|
|
Set Height 600
|
|
Set Theme "Catppuccin Mocha"
|
|
|
|
Type "bb views"
|
|
Enter
|
|
Sleep 1s
|
|
|
|
# Navigate menu
|
|
Type "j"
|
|
Sleep 400ms
|
|
Type "j"
|
|
Sleep 400ms
|
|
|
|
# Enter detail view
|
|
Enter
|
|
Sleep 1s
|
|
|
|
# Go back
|
|
Type "b"
|
|
Sleep 600ms
|
|
|
|
# Navigate to another item
|
|
Type "j"
|
|
Sleep 400ms
|
|
Enter
|
|
Sleep 1s
|
|
|
|
# Try to quit - shows confirm dialog
|
|
Type "q"
|
|
Sleep 800ms
|
|
|
|
# Say no
|
|
Type "n"
|
|
Sleep 600ms
|
|
|
|
# Go back to menu
|
|
Escape
|
|
Sleep 600ms
|
|
|
|
# Actually quit
|
|
Type "q"
|
|
Sleep 1s
|