X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fnotes%2Finfo_overload_report.sh;h=17fc96b8f08b113bd3c8d70c7850171449e169fc;hb=350c5e348c3263a4d48307057e2de34166a53b04;hp=fd4aeb6c2db1498f17801d70ac1ab627e2d850b9;hpb=537e125361b05fd044a9d6aca6279f17ae117383;p=feisty_meow.git diff --git a/scripts/notes/info_overload_report.sh b/scripts/notes/info_overload_report.sh index fd4aeb6c..17fc96b8 100644 --- a/scripts/notes/info_overload_report.sh +++ b/scripts/notes/info_overload_report.sh @@ -1,7 +1,7 @@ # these metrics are how bogged down we are in to-do type items. -REPORT_FILE="$HOME/cloud/overload_history.txt" +REPORT_FILE="$HOME/cloud/fred_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. @@ -98,20 +98,28 @@ full_report+="count\tcomplexity\tweight (kb)\tcategory\n\ ================================================================\n\ " +analyze_hierarchy_and_report ~/cloud/urgent "high priority" + # notes are individual files of tasks, usually, although some are combined. analyze_hierarchy_and_report ~/cloud/grunty_notes "grunty notes" # feisty notes are about feisty meow(r) concerns ltd codebase development. analyze_hierarchy_and_report ~/cloud/feisty_notes "feisty meow notes" +# home notes are a new top-level category; used to be under the grunty. +analyze_hierarchy_and_report ~/cloud/branch_road "hearth and home notes" + # scan all the items declared as active projects. -analyze_by_dir_patterns "active items" ~/cloud/*active* +analyze_by_dir_patterns "active items" ~/cloud/active* # scan across all appropriately named project or research folders that live in the "cloud". -analyze_by_dir_patterns "project files" ~/cloud/*project* ~/cloud/*research* +analyze_by_dir_patterns "project files" ~/cloud/project* ~/cloud/research* + +# snag any work related items for that category. +analyze_by_dir_patterns "job and work tasks" ~/cloud/job* # scan all the trivial project folders. -analyze_by_dir_patterns "trivial items" ~/cloud/*trivia* +analyze_by_dir_patterns "trivial items" ~/cloud/trivia* # source examples need to be sucked into other places, other codebases. they are not # supposed to pile up here. @@ -119,7 +127,7 @@ analyze_hierarchy_and_report ~/cloud/example_source "source examples" # and then count up the things that we think will be cleaned soon, but one thing we have learned # unsorted files haven't been categorized yet. -analyze_hierarchy_and_report ~/cloud/unsorted "unsorted files" +analyze_hierarchy_and_report ~/cloud/disordered "unsorted files" # we now consider the backlog of things to read to be a relevant fact. this is going to hose # up our weight accounting considerably.