feat(VHS): for demos

This commit is contained in:
Lewis Wynne 2025-11-20 19:51:46 +00:00
parent 796e4b2db9
commit 91be684db8
3 changed files with 80 additions and 0 deletions

14
vhs/intro.tape Normal file
View file

@ -0,0 +1,14 @@
Source config.tape
Output intro.gif
Require echo
Type `pda set welcome \` Sleep 100ms Enter
Type `'{{ if .NIGHT }}Sweet dreams,` Sleep 100ms Enter
Type `{{ else }}Good morning,` Sleep 100ms Enter
Type `{{ end}}{{ default (env "USER") .USER }}'` Sleep 500ms Enter Sleep 1s
Type `pda get welcome` Sleep 500ms Enter Sleep 2s
Type `pda get welcome NIGHT=1 USER=Github` Sleep 500ms Enter Sleep 4s