From: Chris Koeritz Date: Thu, 5 Apr 2012 04:47:43 +0000 (-0400) Subject: updated X-Git-Tag: 2.140.90~1447 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=9be143c0f7afce5de18d7a5e3f1adf74be474a52;p=feisty_meow.git updated --- diff --git a/scripts/notes/info_overload_report.sh b/scripts/notes/info_overload_report.sh index 19af089a..83ce152c 100644 --- a/scripts/notes/info_overload_report.sh +++ b/scripts/notes/info_overload_report.sh @@ -15,8 +15,8 @@ function calculate_depth() # notes are individual files of tasks, usually, although some are combined. note_depth=$(calculate_depth ~/cloud/grunty_notes) -# projects are slightly more productive, ongoing things that are very active. -project_depth=$(calculate_depth ~/quartz/projects) +# unsorted files haven't been categorized yet. +unsorted_depth=$(calculate_depth ~/cloud/unsorted) # source examples need to be sucked into other places, other codebases. they are not # supposed to pile up here. @@ -34,7 +34,7 @@ done ############## -total_overload=$(($note_depth + $item_depth + $project_depth + $source_example_depth + $cloud_depth)) +total_overload=$(($note_depth + $item_depth + $unsorted_depth + $source_example_depth + $cloud_depth)) report="\ \n\ @@ -42,7 +42,7 @@ Current information overload consists of:\n\ \n\ $note_depth\tnote files\n\ $item_depth\tto-do list items\n\ - $project_depth\tproject files\n\ + $unsorted_depth\tunsorted files\n\ $source_example_depth\tsource examples\n\ $cloud_depth\tcloud notes\n\ -------\n\