implemented feisty meow events log file
[feisty_meow.git] / scripts / agenda / info_overload_report.sh
index 5e0fc22f633f81b9c1adfb29ef99624f7cde588e..0616d0f4eb6d3a4249b759faa5e25e8dce9cf1f8 100644 (file)
@@ -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.
@@ -144,6 +145,9 @@ 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*