diff --git a/bin/run b/bin/run index e4568f7..2f87431 100755 --- a/bin/run +++ b/bin/run @@ -13,7 +13,8 @@ zparseopts -D -E -- \ -output:=outputFile \ -show-hvac-characteristics=showhvac \ -copy-gpt-output:=copygpt \ - -show-the-diff-yo=showdiff + -show-the-diff-yo=showdiff \ + -outro=outro ######################### Helpers ######################### @@ -83,4 +84,6 @@ elif [ ! -z "$copygpt" ]; then echo "$(getGptOutput ${copygpt[-1]})" | pbcopy elif [ ! -z "$showdiff" ]; then echo "$(parseGpt 'diff.json' '# Key Differences')" | gum format | gum pager +elif [ ! -z "$outro" ]; then + boxed_quote "Thank you!" fi diff --git a/img/gif/outro.gif b/img/gif/outro.gif new file mode 100644 index 0000000..2ff63e3 Binary files /dev/null and b/img/gif/outro.gif differ diff --git a/img/gif/reasons.gif b/img/gif/reasons.gif index 89edec4..936c01c 100644 Binary files a/img/gif/reasons.gif and b/img/gif/reasons.gif differ diff --git a/tapes/outro.tape b/tapes/outro.tape new file mode 100644 index 0000000..110e7ef --- /dev/null +++ b/tapes/outro.tape @@ -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