Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 830 Bytes

File metadata and controls

32 lines (22 loc) · 830 Bytes

Demo Recordings

This folder contains VHS scripts for recording terminal demos.

Scripts

File Description Output
demo.tape Full TUI demo (~45s) View on Charm
demo-cli.tape CLI mode demo (~40s) View on Charm
demo-short.tape Short TUI preview (~15s) -

Recording

# Install VHS
brew install vhs

# Record a demo (from project root)
cd demo
vhs demo.tape

# Publish to Charm servers
vhs publish demo.gif

Notes

  • GIF files are gitignored (hosted on vhs.charm.sh instead)
  • Edit .tape files to modify the demos
  • See VHS documentation for syntax