From db03a558509e43f6c42d33c0cb286e5345abf4da Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 5 Apr 2012 00:32:50 -0400 Subject: [PATCH] updated for new locations. --- scripts/notes/info_overload_report.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/scripts/notes/info_overload_report.sh b/scripts/notes/info_overload_report.sh index 776e02e0..19af089a 100644 --- a/scripts/notes/info_overload_report.sh +++ b/scripts/notes/info_overload_report.sh @@ -10,21 +10,20 @@ function calculate_depth() find "$dir" -type f -exec echo \"{}\" ';' | grep -v "\.svn" | grep -v "\.git" | wc -l | tr -d ' ' } +############## + # notes are individual files of tasks, usually, although some are combined. -note_depth=$(calculate_depth ~/quartz/grunty_notes) -#$(find ~/quartz/grunty_notes/ -type f -exec echo \"{}\" ';' | grep -v "\.svn" | grep -v "\.git" | wc -l | tr -d ' ') +note_depth=$(calculate_depth ~/cloud/grunty_notes) # projects are slightly more productive, ongoing things that are very active. project_depth=$(calculate_depth ~/quartz/projects) -#$(find ~/quartz/projects/ -type f -exec echo \"{}\" ';' | grep -v "\.svn" | grep -v "\.git" | wc -l | tr -d ' ') # source examples need to be sucked into other places, other codebases. they are not # supposed to pile up here. source_example_depth=$(calculate_depth ~/quartz/example_source_code) -#$(find ~/quartz/example_source_code/ -type f -exec echo \"{}\" ';' | grep -v "\.svn" | grep -v "\.git" | wc -l | tr -d ' ') # the list files are web documents with to-do lists. individual items are marked with
  • . -item_depth=$(find ~/quartz/grunty_notes/ -type f -iname "*.html" -exec grep "