From d8683db99ed4e0e41580784f0e6bbd188503d863 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 31 Oct 2021 23:16:56 -0400 Subject: [PATCH] added in gaming as a category there are actually accomplishable things in this category. if they're not capable of being finished off, then maybe they should be tossed? --- scripts/agenda/info_overload_report.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/agenda/info_overload_report.sh b/scripts/agenda/info_overload_report.sh index 66d2fbb1..793f6566 100644 --- a/scripts/agenda/info_overload_report.sh +++ b/scripts/agenda/info_overload_report.sh @@ -179,6 +179,9 @@ analyze_by_dir_patterns "jobby work tasks" $CLOUD_BASE/job* # scan all the trivial project folders. 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* + #### full_report+="================================================================\n\ -- 2.34.1