Compare commits

...

3 commits

Author SHA1 Message Date
77baeb3c70 main: work in progress [might break]
Some checks failed
/ mirror_to_github (push) Failing after 1m5s
/ test (push) Successful in 7s
2024-12-13 13:32:39 +00:00
a17316ad39 updated overlayfs zip 2024-12-13 13:32:31 +00:00
e48197220f updated doc 2024-12-13 13:32:21 +00:00
3 changed files with 47 additions and 4 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View 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