Gitfed
bastien-mrq/clip / demo.tape
# Démo de clip — générer avec : vhs demo.tape
Output demo.gif

Require clip

Set Shell "bash"
Set FontSize 20
Set Width 960
Set Height 620
Set Padding 24
Set TypingSpeed 50ms
Set Theme "Catppuccin Mocha"

Hide
Type "mkdir -p /tmp/demo && cd /tmp/demo && touch rapport.pdf photo.jpg archive.zip && echo 'Idées pour la démo…' > notes.txt && clear"
Enter
Show

Type "# copier un fichier : ⌘V le colle en pièce jointe"
Enter
Sleep 500ms
Type "clip rapport.pdf"
Enter
Sleep 2.5s

Type "# plusieurs fichiers d'un coup"
Enter
Sleep 500ms
Type "clip photo.jpg archive.zip notes.txt"
Enter
Sleep 2.5s

Type "# et pour le texte : contenu d'un fichier, ou stdin"
Enter
Sleep 500ms
Type "clip -c notes.txt"
Enter
Sleep 1.5s
Type "date | clip"
Enter
Sleep 3s