Created tape files and GIFs demonstrating each example: - counter, timer, list, spinner, views, http - Updated README with GIF showcase Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
42 lines
402 B
VHS
42 lines
402 B
VHS
# Spinner Example
|
|
Output assets/spinner.gif
|
|
|
|
Set Shell "bash"
|
|
Set FontSize 16
|
|
Set Width 650
|
|
Set Height 400
|
|
Set Theme "Catppuccin Mocha"
|
|
|
|
Type "bb spinner"
|
|
Enter
|
|
Sleep 1.5s
|
|
|
|
# Watch spinner animate
|
|
Sleep 1s
|
|
|
|
# Change style
|
|
Tab
|
|
Sleep 1s
|
|
Tab
|
|
Sleep 1s
|
|
Tab
|
|
Sleep 1s
|
|
Tab
|
|
Sleep 1s
|
|
|
|
# Complete
|
|
Type " "
|
|
Sleep 800ms
|
|
|
|
# Restart
|
|
Type "r"
|
|
Sleep 1.5s
|
|
|
|
# Change style again
|
|
Tab
|
|
Sleep 1s
|
|
|
|
# Quit
|
|
Type "q"
|
|
Sleep 500ms
|