X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fnotes%2Finfo_overload_report.sh;h=6bf78ca6fbf20f13bf86ddcf7e753526e973a737;hb=6f4e983958f05a4495d692308edd6c68d351b721;hp=776e02e0d0c9304108c21c947062e606f43e82ce;hpb=6a161d0554343c91ccfcff3945cf893fcc68bf24;p=feisty_meow.git diff --git a/scripts/notes/info_overload_report.sh b/scripts/notes/info_overload_report.sh index 776e02e0..6bf78ca6 100644 --- a/scripts/notes/info_overload_report.sh +++ b/scripts/notes/info_overload_report.sh @@ -1,7 +1,7 @@ # these metrics are how bogged down we are in to-do type items. -REPORT_FILE="$HOME/quartz/history_info_overload.txt" +REPORT_FILE="$HOME/cloud/overload_history.txt" # given a path, this will find how many items are under it, ignoring svn and git files. function calculate_depth() @@ -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 ' ') +# 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. -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 ' ') +source_example_depth=$(calculate_depth ~/cloud/example_source) # 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 "