add WIP VHS file

https://github.com/charmbracelet/vhs
This commit is contained in:
Amolith 2023-12-21 16:22:29 -05:00
parent ac63dcb2c8
commit fc27ee8438
Signed by: Amolith
SSH Key Fingerprint: SHA256:f5AhtvZTpmAUkyvwd19kS50HAMvFoXbBYASv466vcQE
1 changed files with 60 additions and 0 deletions

60
.files/demo.tape Normal file
View File

@ -0,0 +1,60 @@
Output screenshots/demo.webm
Require go
Require echo
Set Theme "Catppuccin Latte"
Set FontFamily "Berkeley Mono"
Set MarginFill "#00897b"
Set Margin 25
Set BorderRadius 10
Set WindowBar ColorfulRight
Set WindowBarSize 60
Set TypingSpeed 25ms
Set Shell "zsh"
Set FontSize 32
Set Width 1500
Set Height 800
Hide
Type "export DIR=$(mktemp -d) && clear"
Enter
Type "CGO_ENABLED=0 go build -ldflags='-s -w' -o willow ./cmd && clear"
Enter
Type "mv willow $DIR/ && clear"
Enter
Type "cd $DIR && clear"
Enter
Show
Type "ls"
Sleep 500ms
Enter
Type "./willow"
Sleep 500ms
Enter
Type "ls"
Sleep 500ms
Enter
Sleep 3s
Type "vim config.toml"
Sleep 500ms
Enter
Down@100ms 7
Type@100ms "wwwvE"
Left 1
Type@100ms "c0.0.0.0:3000"
Sleep 500ms
Escape
Type@100ms ":wq"
Enter
Type "./willow"
Sleep 500ms
Enter
Sleep 3s
Ctrl+C
Sleep 500ms
Type "ls"
Sleep 500ms
Enter
Sleep 5s
Hide
Type "rm -rf $DIR && clear"