Files
clojure-tui/assets/counter.tape
Adam Jeniski 507db9cf00 add VHS-generated GIFs for all examples
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>
2026-01-21 12:44:38 -05:00

49 lines
513 B
VHS

# Counter Example
Output assets/counter.gif
Set Shell "bash"
Set FontSize 16
Set Width 600
Set Height 400
Set Theme "Catppuccin Mocha"
Type "bb counter"
Enter
Sleep 1s
# Increment a few times
Type "k"
Sleep 400ms
Type "k"
Sleep 400ms
Type "k"
Sleep 400ms
Type "k"
Sleep 400ms
Type "k"
Sleep 600ms
# Decrement
Type "j"
Sleep 400ms
Type "j"
Sleep 400ms
Type "j"
Sleep 600ms
# Reset
Type "r"
Sleep 800ms
# Go negative
Type "j"
Sleep 400ms
Type "j"
Sleep 400ms
Type "j"
Sleep 600ms
# Quit
Type "q"
Sleep 500ms