From f83e7805fb06ab2df51cf65705d30c68c4d4467a Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 3 Oct 2021 15:45:57 -0400 Subject: [PATCH] added blue sky category for open ended projs etc --- scripts/agenda/info_overload_report.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/agenda/info_overload_report.sh b/scripts/agenda/info_overload_report.sh index 1812d87e..dcb5f171 100644 --- a/scripts/agenda/info_overload_report.sh +++ b/scripts/agenda/info_overload_report.sh @@ -140,6 +140,9 @@ analyze_hierarchy_and_report $CLOUD_BASE/disordered "disordered and maybe derang # up our weight accounting considerably. analyze_hierarchy_and_report $CLOUD_BASE/reading "reading list (for a quiet afternoon)" +# bluesky is our brainstorming and wunderthinking area for new things. +analyze_hierarchy_and_report $CLOUD_BASE/blue_sky "blue sky is the limit ideas" + #### # vocation is a prefix for anything i consider part of my life's work. -- 2.34.1