-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
73 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
Output cli-of-life.gif | ||
|
||
Set TypingSpeed 20ms | ||
|
||
Set Theme "Builtin Dark" | ||
# Set Theme "Builtin Light" | ||
# Set MarginFill "transparent" | ||
Set FontSize 14 | ||
Set Width 970 | ||
Set Height 720 | ||
Set Padding 30 | ||
Set WindowBar Colorful | ||
Set BorderRadius 10 | ||
|
||
Hide | ||
Type@0 'PATH="$PWD:$PATH"; clear' | ||
Enter | ||
Sleep 100ms | ||
Show | ||
Sleep 50ms | ||
|
||
Type "cli-of-life --file=patterns/gosperglidergun.rle" | ||
Sleep 400ms | ||
Enter | ||
Sleep 200ms | ||
Type "w " | ||
Sleep 5s | ||
Type "q" | ||
Sleep 250ms | ||
|
||
Type "cli-of-life --file=patterns/gabrielsp138.rle" | ||
Sleep 400ms | ||
Enter | ||
Sleep 200ms | ||
Type " " | ||
Sleep 4s | ||
Type "q" | ||
Sleep 250ms | ||
|
||
Type "cli-of-life --file=patterns/3blocktwinbeesshuttle.rle" | ||
Sleep 400ms | ||
Enter | ||
Sleep 200ms | ||
Type " " | ||
Sleep 4s | ||
Type "q" | ||
Sleep 250ms | ||
|
||
Type "cli-of-life --file=patterns/biblockfuse.rle" | ||
Sleep 400ms | ||
Enter | ||
Sleep 200ms | ||
Type " " | ||
Sleep 3s | ||
Type "q" | ||
Sleep 250ms | ||
|
||
Type "cli-of-life --file=patterns/piheptomino.rle" | ||
Sleep 400ms | ||
Enter | ||
Sleep 200ms | ||
Type " " | ||
Sleep 6.5s | ||
Type "q" | ||
Sleep 250ms |