diff options
Diffstat (limited to 'social')
-rw-r--r-- | social/binary.tape | 55 | ||||
-rw-r--r-- | social/color.tape | 32 | ||||
-rw-r--r-- | social/fzf_embed.tape | 82 | ||||
-rw-r--r-- | social/headers.tape | 33 | ||||
-rw-r--r-- | social/line_numbers.tape | 31 | ||||
-rw-r--r-- | social/literal.tape | 47 | ||||
-rw-r--r-- | social/pager.tape | 41 |
7 files changed, 321 insertions, 0 deletions
diff --git a/social/binary.tape b/social/binary.tape new file mode 100644 index 0000000..1d72483 --- /dev/null +++ b/social/binary.tape @@ -0,0 +1,55 @@ +Require lat +Output social/render/binary.gif + +Set Theme "Gruvbox Dark" +Set WindowBar Rings +Set BorderRadius 10 +Set Margin 10 + +Set FontSize 32 +Set Width 2400 +Set Height 1200 +Set TypingSpeed 0.2 +Set PlaybackSpeed 0.5 + +Type "lat src/main.c" +Sleep 2s +Enter + +Sleep 5s + +Type "clear" +Sleep 1s +Enter + +Sleep 2s + +Type "lat -b src/main.c" +Sleep 2s +Enter + +Sleep 5s + +Type "clear" +Sleep 1s +Enter + +Sleep 2s + +Type "lat ./build/lat" +Sleep 2s +Enter + +Sleep 5s + +Type "clear" +Sleep 1s +Enter + +Sleep 2s + +Type "lat -bb ./build/lat" +Sleep 2s +Enter + +Sleep 5s diff --git a/social/color.tape b/social/color.tape new file mode 100644 index 0000000..2fbae90 --- /dev/null +++ b/social/color.tape @@ -0,0 +1,32 @@ +Require lat +Output social/render/color.gif + +Set Theme "Gruvbox Dark" +Set WindowBar Rings +Set BorderRadius 10 +Set Margin 10 + +Set FontSize 32 +Set Width 2400 +Set Height 1200 +Set TypingSpeed 0.2 +Set PlaybackSpeed 0.5 + +Type "lat src/main.c" +Sleep 2s +Enter + +Sleep 5s + +Type "clear" +Sleep 1s +Enter + +Sleep 2s + +Type "lat --color src/main.c" +Sleep 2s +Enter + +Sleep 5s + diff --git a/social/fzf_embed.tape b/social/fzf_embed.tape new file mode 100644 index 0000000..1b65489 --- /dev/null +++ b/social/fzf_embed.tape @@ -0,0 +1,82 @@ +Require lat +Output social/render/fzf_embed.gif + +Set Theme "Gruvbox Dark" +Set WindowBar Rings +Set BorderRadius 10 +Set Margin 10 + +Set FontSize 32 +Set Width 2400 +Set Height 1200 +Set TypingSpeed 0.2 + +Type "fzf --preview 'lat -l {}'" +Sleep 1s + +Enter +Sleep 2s + +Type "main.c" +Sleep 2s +Backspace 7 +Sleep 1s + +Type "types.h" +Sleep 1s +Backspace 8 +Sleep 2s + +Type "file.c" +Sleep 3s +Backspace 7 +Sleep 2s + +Up +Sleep 3s + +Up +Sleep 3s + +Up +Sleep 3s + +Up +Sleep 3s + +Up +Sleep 3s + +Up +Sleep 3s + +Up +Sleep 3s + +Up +Sleep 3s + +Up +Sleep 3s + +Up +Sleep 3s + +Up +Sleep 3s + +Up +Sleep 3s + +Up +Sleep 3s + +Up +Sleep 3s + +Up +Sleep 3s + +Enter + +Sleep 2s diff --git a/social/headers.tape b/social/headers.tape new file mode 100644 index 0000000..2116960 --- /dev/null +++ b/social/headers.tape @@ -0,0 +1,33 @@ +Require lat +Output social/render/headers.gif + +Set Theme "Gruvbox Dark" +Set WindowBar Rings +Set BorderRadius 10 +Set Margin 10 + +Set FontSize 32 +Set Width 2400 +Set Height 1200 +Set TypingSpeed 0.2 +Set PlaybackSpeed 0.5 + +Type "lat src/main.c" +Sleep 2s +Enter + +Sleep 5s + +Type "clear" +Sleep 1s +Enter + +Sleep 2s + +Type "lat --headers src/main.c" +Sleep 2s +Enter + +Sleep 5s + + diff --git a/social/line_numbers.tape b/social/line_numbers.tape new file mode 100644 index 0000000..0e2a24f --- /dev/null +++ b/social/line_numbers.tape @@ -0,0 +1,31 @@ +Require lat +Output social/render/line_numbers.gif + +Set Theme "Gruvbox Dark" +Set WindowBar Rings +Set BorderRadius 10 +Set Margin 10 + +Set FontSize 32 +Set Width 2400 +Set Height 1200 +Set TypingSpeed 0.2 +Set PlaybackSpeed 0.5 + +Type "lat src/main.c" +Sleep 2s +Enter + +Sleep 4s + +Type "clear" +Sleep 1s +Enter + +Sleep 2s + +Type "lat -n src/main.c" +Sleep 2s +Enter + +Sleep 4s diff --git a/social/literal.tape b/social/literal.tape new file mode 100644 index 0000000..9077018 --- /dev/null +++ b/social/literal.tape @@ -0,0 +1,47 @@ +Require lat +Output social/render/literal.gif + +Set Theme "Gruvbox Dark" +Set WindowBar Rings +Set BorderRadius 10 +Set Margin 10 + +Set FontSize 32 +Set Width 2400 +Set Height 1200 +Set TypingSpeed 0.2 +Set PlaybackSpeed 0.5 + +Type "lat src/main.c > example.c" +Sleep 2s +Enter + +Sleep 5s + +Type "cat example.c" +Sleep 2s +Enter + +Sleep 5s + +Type "clear" +Sleep 1s +Enter + +Sleep 2s + +Type "lat --literal src/main.c > example.c" +Sleep 2s +Enter + +Sleep 3s + +Type "cat example.c" +Sleep 2s +Enter + +Sleep 5s + +Hide +Type "rm example.c" +Enter diff --git a/social/pager.tape b/social/pager.tape new file mode 100644 index 0000000..2a5ec49 --- /dev/null +++ b/social/pager.tape @@ -0,0 +1,41 @@ +Require lat +Output social/render/pager.gif + +Set Theme "Gruvbox Dark" +Set WindowBar Rings +Set BorderRadius 10 +Set Margin 10 + +Set FontSize 32 +Set Width 2400 +Set Height 1200 +Set TypingSpeed 0.2 +Set PlaybackSpeed 0.5 + +Type "lat src/main.c" +Sleep 2s +Enter + +Sleep 5s + +Type "clear" +Sleep 1s +Enter + +Sleep 2s + +Type "lat --pager src/main.c" +Sleep 2s +Enter + +Sleep 5s + +Down 100 + +Sleep 3s + +Type "q" +Sleep 4s + + + |