X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fnotes%2Finfo_overload_report.sh;h=c7fb9f9358058a778cc5e15f16bb457c042b17ef;hb=f9713a722581c57f00d06c530476279ddbd9de7a;hp=241c3a7a515f43d055591886742cdce3dd203b31;hpb=cd2658c999d5ec34fc8681745037f03418eddfc2;p=feisty_meow.git diff --git a/scripts/notes/info_overload_report.sh b/scripts/notes/info_overload_report.sh index 241c3a7a..c7fb9f93 100644 --- a/scripts/notes/info_overload_report.sh +++ b/scripts/notes/info_overload_report.sh @@ -91,7 +91,7 @@ total_weight=0 # start out the report with a header. full_report="\ \n\ -Current information overload consists of:\n\ +current information overload consists of:\n\ \n\ " full_report+="count\tweight (kb)\tcomplexity\tcategory\n\ @@ -127,7 +127,7 @@ analyze_hierarchy_and_report ~/cloud/reading "reading list" full_report+="================================================================\n\ " -full_report+="$(format_report_line "$total_overload" "$total_weight" "$total_complexity" "Total Overload")" +full_report+="$(format_report_line "$total_overload" "$total_weight" "$total_complexity" "total overload")" full_report+="\n\ [gathered on $(date)]\n\n\ ##############"