diff options
author | Shav Kinderlehrer <[email protected]> | 2023-04-20 10:33:28 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-04-20 10:33:28 -0400 |
commit | 2c0eb3aff1191b00ac2539540b6bd2957a0725de (patch) | |
tree | dcce50299ff4bda459ad88570ed7e482238470e9 /social/literal.tape | |
parent | 576b1389c8bb8cd2a3a5275a0ed3e834be57d792 (diff) | |
download | lat-2c0eb3aff1191b00ac2539540b6bd2957a0725de.tar.gz lat-2c0eb3aff1191b00ac2539540b6bd2957a0725de.zip |
Add social
Diffstat (limited to 'social/literal.tape')
-rw-r--r-- | social/literal.tape | 47 |
1 files changed, 47 insertions, 0 deletions
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 |