From 07666520b4f5e1c66ec2c4a3c5d6fe604a863f7b Mon Sep 17 00:00:00 2001 From: Fred Hamster Date: Mon, 6 Jan 2025 13:41:03 -0500 Subject: [PATCH] suring with the rearranging --- scripts/agenda/info_overload_report.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/agenda/info_overload_report.sh b/scripts/agenda/info_overload_report.sh index 4594bd45..95f19238 100644 --- a/scripts/agenda/info_overload_report.sh +++ b/scripts/agenda/info_overload_report.sh @@ -5,6 +5,9 @@ # logged historical file where we append our latest report. REPORT_FILE="$CLOUD_BASE/stats/overload_history.txt" +# hierarchies that we look inside of: +POWER_BRAIN_HIERARCHY="power_brain" + #hmmm: check path validity? # given a path, this will find how many items are under it, ignoring svn and git files, plus @@ -176,7 +179,7 @@ analyze_by_dir_patterns "jobby work tasks" $CLOUD_BASE/job* analyze_by_dir_patterns "trivialities and back burner items" $CLOUD_BASE/trivia* $CLOUD_BASE/backburn* # okay, fudge. if there are game tasks, then count them too. what are they, nothing? not so. -analyze_by_dir_patterns "play time and games" $CLOUD_BASE/*gaming* $CLOUD_BASE/*game* +analyze_by_dir_patterns "play time and games" $CLOUD_BASE/*gam* $CLOUD_BASE/$POWER_BRAIN_HIERARCHY/*gam* #### -- 2.34.1