X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fagenda%2Finfo_overload_report.sh;h=0616d0f4eb6d3a4249b759faa5e25e8dce9cf1f8;hb=69fd603d5774adbf6f107a3523a0bc498f8d33e6;hp=a2f89349398941c57c4e804dc18cfac1cb0511a3;hpb=1f21a6ea5179051319665aa5c9226ea1563bd87c;p=feisty_meow.git diff --git a/scripts/agenda/info_overload_report.sh b/scripts/agenda/info_overload_report.sh index a2f89349..0616d0f4 100644 --- a/scripts/agenda/info_overload_report.sh +++ b/scripts/agenda/info_overload_report.sh @@ -1,7 +1,8 @@ # these metrics are how bogged down we are in to-do type items. -REPORT_FILE="$HOME/cloud/fred_stats/overload_history.txt" +# logged historical file where we append our latest report. +REPORT_FILE="$HOME/cloud/magic_cabinet/fred/task_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. @@ -116,23 +117,37 @@ 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)" +# web site development tasks. +analyze_hierarchy_and_report ~/cloud/webular "web design (ideas and tasks)" + # feisty notes are about feisty meow(r) concerns ltd codebase development. analyze_hierarchy_and_report ~/cloud/feisty_notes "feisty meow notes (mondo coding)" +# metaverse notes are about our ongoing simulator development and LSL scripting. +analyze_hierarchy_and_report ~/cloud/metaverse "metaverse in cyberspace design and scripting" + # 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 (branch road)" # 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/disordered "unsorted files" +analyze_hierarchy_and_report ~/cloud/disordered "disordered and maybe deranged 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. analyze_hierarchy_and_report ~/cloud/reading "reading list (for a quiet afternoon)" +#### + +# vocation is a prefix for anything i consider part of my life's work. +analyze_by_dir_patterns "life's work and other oddities" ~/cloud/vocation* + # scan all the items declared as active projects. analyze_by_dir_patterns "active issues" ~/cloud/active* +# rub alongside all the travel notes to see if any have interesting burrs. +analyze_by_dir_patterns "travel plans" ~/cloud/walkabout* + # scan across all appropriately named project or research folders that live in the "cloud". analyze_by_dir_patterns "running projects" ~/cloud/project* ~/cloud/research* @@ -143,7 +158,7 @@ analyze_by_dir_patterns "lab experiments" ~/cloud/experiment* analyze_by_dir_patterns "jobby work tasks" ~/cloud/job* # scan all the trivial project folders. -analyze_by_dir_patterns "trivialities" ~/cloud/trivia* +analyze_by_dir_patterns "trivialities and back burner items" ~/cloud/trivia* ~/cloud/backburn* full_report+="================================================================\n\ "