feat: Adds outro tape, not included in presentation

This commit is contained in:
2025-01-04 23:31:29 -05:00
parent da1ee1e612
commit 91ee628ebc
4 changed files with 27 additions and 1 deletions

View File

@@ -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