Compare commits
3 commits
2070ee1cd1
...
77baeb3c70
| Author | SHA1 | Date | |
|---|---|---|---|
| 77baeb3c70 | |||
| a17316ad39 | |||
| e48197220f |
3 changed files with 47 additions and 4 deletions
File diff suppressed because one or more lines are too long
Binary file not shown.
43
src/tests/vhs/annotate.tape
Normal file
43
src/tests/vhs/annotate.tape
Normal file
|
|
@ -0,0 +1,43 @@
|
||||||
|
# Where should we write the GIF?
|
||||||
|
Output ./../media/terminal/annotate.gif
|
||||||
|
|
||||||
|
# Set up a 1200x600 terminal with 46px font.
|
||||||
|
Set Margin 0
|
||||||
|
Set FontSize 19
|
||||||
|
Set Width 500
|
||||||
|
Set Height 200
|
||||||
|
Set CursorBlink true
|
||||||
|
|
||||||
|
Type "mkdir /tmp/foo"
|
||||||
|
# Pause for dramatic effect...
|
||||||
|
Sleep 1000ms
|
||||||
|
|
||||||
|
# Run the command by pressing enter.
|
||||||
|
Enter
|
||||||
|
|
||||||
|
Type "cd /tmp/foo"
|
||||||
|
# Pause for dramatic effect...
|
||||||
|
Sleep 1000ms
|
||||||
|
|
||||||
|
# Run the command by pressing enter.
|
||||||
|
Enter
|
||||||
|
|
||||||
|
# Type a command in the terminal.
|
||||||
|
Type "annotate this is a cool directory"
|
||||||
|
|
||||||
|
# Pause for dramatic effect...
|
||||||
|
Sleep 1000ms
|
||||||
|
|
||||||
|
# Run the command by pressing enter.
|
||||||
|
Enter
|
||||||
|
|
||||||
|
Type "cd /tmp/foo"
|
||||||
|
|
||||||
|
# Pause for dramatic effect...
|
||||||
|
Sleep 1000ms
|
||||||
|
|
||||||
|
# Run the command by pressing enter.
|
||||||
|
Enter
|
||||||
|
|
||||||
|
# Admire the output for a bit.
|
||||||
|
Sleep 3s
|
||||||
Loading…
Add table
Reference in a new issue