mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(kb): dump findings on how to record a terminal for technical demos
This commit is contained in:
19
examples/demo.tape
Normal file
19
examples/demo.tape
Normal 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
|
||||
Reference in New Issue
Block a user