feat(VHS): for demos
This commit is contained in:
parent
796e4b2db9
commit
91be684db8
3 changed files with 80 additions and 0 deletions
14
vhs/intro.tape
Normal file
14
vhs/intro.tape
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue