From: Chris Koeritz Date: Thu, 15 Dec 2016 05:54:00 +0000 (-0500) Subject: added a games category X-Git-Tag: 2.140.90~331 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=4f2922289d9e6f33ec81a09643c32ece76b57231;p=feisty_meow.git added a games category info overload script got a new category for games and other fun stuff. a lot of my notes are about game progress, install issues, problems running, quests to look up, and other silly stuff. it needs its own category. it's debatable whether it should count against the backlog, but i guess if it's in there, i supposedly intend to do it and thus it represents a time synch. --- diff --git a/scripts/notes/info_overload_report.sh b/scripts/notes/info_overload_report.sh index 86a8005d..38091138 100644 --- a/scripts/notes/info_overload_report.sh +++ b/scripts/notes/info_overload_report.sh @@ -109,17 +109,8 @@ analyze_hierarchy_and_report ~/cloud/feisty_notes "feisty meow notes (code relat # 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, yo!)" -# scan all the items declared as active projects. -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* - -# 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* +# games and fun stuff. not sure why these count as backlog, but whatever. +analyze_hierarchy_and_report ~/cloud/games_yo "games, yo!" # some source code that needs to be sucked into other places, other codebases. they are not # supposed to pile up here. but they have, so we track them. @@ -133,6 +124,18 @@ analyze_hierarchy_and_report ~/cloud/disordered "unsorted files" # up our weight accounting considerably. analyze_hierarchy_and_report ~/cloud/reading "reading list" +# scan all the items declared as active projects. +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* + +# 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* + full_report+="================================================================\n\ " full_report+="$(format_report_line "$total_overload" "$total_weight" "$total_complexity" "total overload")"