[]
= "Render all twrap VHS demos"
= ["demo-vim", "demo-htop"]
[]
= "Render the vim and less VHS demo"
= """
mkdir -p tmp
rm -f tmp/demo.txt
vhs img/demo_vim.tape
"""
[]
= "Render the htop VHS demo"
= """
mkdir -p ./tmp/twrap-artifacts
rm -f ./tmp/twrap-artifacts/htop-demo-*
vhs img/demo_htop_screenshot.tape
"""