feat: Adds outro tape, not included in presentation
This commit is contained in:
5
bin/run
5
bin/run
@@ -13,7 +13,8 @@ zparseopts -D -E -- \
|
|||||||
-output:=outputFile \
|
-output:=outputFile \
|
||||||
-show-hvac-characteristics=showhvac \
|
-show-hvac-characteristics=showhvac \
|
||||||
-copy-gpt-output:=copygpt \
|
-copy-gpt-output:=copygpt \
|
||||||
-show-the-diff-yo=showdiff
|
-show-the-diff-yo=showdiff \
|
||||||
|
-outro=outro
|
||||||
|
|
||||||
######################### Helpers #########################
|
######################### Helpers #########################
|
||||||
|
|
||||||
@@ -83,4 +84,6 @@ elif [ ! -z "$copygpt" ]; then
|
|||||||
echo "$(getGptOutput ${copygpt[-1]})" | pbcopy
|
echo "$(getGptOutput ${copygpt[-1]})" | pbcopy
|
||||||
elif [ ! -z "$showdiff" ]; then
|
elif [ ! -z "$showdiff" ]; then
|
||||||
echo "$(parseGpt 'diff.json' '# Key Differences')" | gum format | gum pager
|
echo "$(parseGpt 'diff.json' '# Key Differences')" | gum format | gum pager
|
||||||
|
elif [ ! -z "$outro" ]; then
|
||||||
|
boxed_quote "Thank you!"
|
||||||
fi
|
fi
|
||||||
|
|||||||
BIN
img/gif/outro.gif
Normal file
BIN
img/gif/outro.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 127 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 55 KiB |
23
tapes/outro.tape
Normal file
23
tapes/outro.tape
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
Output img/gif/outro.gif
|
||||||
|
|
||||||
|
Set Shell "zsh"
|
||||||
|
Set FontSize 32
|
||||||
|
Set Width 1920
|
||||||
|
Set Height 1080
|
||||||
|
Set Theme "Catppuccin Mocha"
|
||||||
|
Set Margin 20
|
||||||
|
Set MarginFill "#6B50FF"
|
||||||
|
Set Padding 4
|
||||||
|
Set CursorBlink false
|
||||||
|
Set PlaybackSpeed 0.75
|
||||||
|
|
||||||
|
Type "bin/run --outro"
|
||||||
|
Enter
|
||||||
|
Sleep 5s
|
||||||
|
Type "dontbeapuppy@mhoush.com"
|
||||||
|
Sleep 0.5s
|
||||||
|
Left 11
|
||||||
|
Backspace 12
|
||||||
|
Type "michael"
|
||||||
|
Right 11
|
||||||
|
Sleep 10s
|
||||||
Reference in New Issue
Block a user