X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fagenda%2Finfo_overload_report.sh;h=8eff1bfd821c4c7a095ffe4d27852c8403d0cf64;hb=4015bdf74ecf40c2169e7ad439fe316d1643dea9;hp=0616d0f4eb6d3a4249b759faa5e25e8dce9cf1f8;hpb=79562d8c24ba1d79fb91ab22ca0d534bc77efac0;p=feisty_meow.git diff --git a/scripts/agenda/info_overload_report.sh b/scripts/agenda/info_overload_report.sh index 0616d0f4..8eff1bfd 100644 --- a/scripts/agenda/info_overload_report.sh +++ b/scripts/agenda/info_overload_report.sh @@ -2,7 +2,7 @@ # these metrics are how bogged down we are in to-do type items. # logged historical file where we append our latest report. -REPORT_FILE="$HOME/cloud/magic_cabinet/fred/task_stats/overload_history.txt" +REPORT_FILE="$HOME/cloud/stats/overload_history.txt" # given a path, this will find how many items are under it, ignoring svn and git files, plus # other patterns we happen to notice are not useful. @@ -115,7 +115,7 @@ full_report+="count\tcomplexity\tweight (kb)\tcategory\n\ analyze_hierarchy_and_report ~/cloud/urgent "high priority (aieeee!)" # notes are individual files of tasks, usually, although some are combined. -analyze_hierarchy_and_report ~/cloud/grunty_notes "grunty notes (externalities)" +analyze_hierarchy_and_report ~/cloud/grunty* "grunty (external facing) notes" # web site development tasks. analyze_hierarchy_and_report ~/cloud/webular "web design (ideas and tasks)"