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>
32 lines
303 B
VHS
32 lines
303 B
VHS
# Timer Example
|
|
Output assets/timer.gif
|
|
|
|
Set Shell "bash"
|
|
Set FontSize 16
|
|
Set Width 600
|
|
Set Height 400
|
|
Set Theme "Catppuccin Mocha"
|
|
|
|
Type "bb timer"
|
|
Enter
|
|
Sleep 1s
|
|
|
|
# Watch countdown
|
|
Sleep 2s
|
|
|
|
# Pause
|
|
Type " "
|
|
Sleep 1s
|
|
|
|
# Resume
|
|
Type " "
|
|
Sleep 2s
|
|
|
|
# Reset
|
|
Type "r"
|
|
Sleep 3s
|
|
|
|
# Quit
|
|
Type "q"
|
|
Sleep 500ms
|