From 259c8b50b4b73cdf3eb1690cf17b6981c650e41b Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 9 May 2025 10:05:34 -0400 Subject: Adjust BudgetReport prompt This will have to evolve over time. Also I'm sending it to my iCloud address so I can read it on my phone as well. --- BudgetReport.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BudgetReport.sh b/BudgetReport.sh index 65be630..6db1e8c 100755 --- a/BudgetReport.sh +++ b/BudgetReport.sh @@ -21,6 +21,7 @@ The '$month' column is how much we actually spent so far this month. Create a report that summarizes how much we have spent so far. Make recommendations to help us stay under budget for the rest of the month. Identify opportunities to save money or to make room in the budget. +We don't have to follow the budget strictly, but we want to keep monthly spending under \$10,000. Be concise and to the point. Don't offer follow-up tasks, this is a one-off report, not a conversation. @@ -48,6 +49,7 @@ pandoc --standalone --metadata title="$subject" \ email_args=( --to ben@bensima.com --to katesima21@gmail.com + --to bsima@icloud.com --from ben@bensima.com --smtp-server bensima.com --subject "$subject" -- cgit v1.2.3