chore(kb): dump findings on how to record a terminal for technical demos

This commit is contained in:
Michele Cereda
2024-05-04 00:35:05 +02:00
parent 0b39c76548
commit df20fce076
6 changed files with 133 additions and 1 deletions

19
examples/demo.tape Normal file
View File

@@ -0,0 +1,19 @@
# Where should we write the GIF?
Output demo.gif
# Set up a 1200x600 terminal with 46px font.
Set FontSize 46
Set Width 1200
Set Height 600
# Type a command in the terminal.
Type "echo 'Welcome to VHS!'"
# Pause for dramatic effect...
Sleep 500ms
# Run the command by pressing enter.
Enter
# Admire the output for a bit.
Sleep 5s