From ec83da202351bedb5c7ed8e7f3c5e5729819e0ca Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sat, 30 Jul 2022 16:20:46 -0400 Subject: [PATCH] Augment daily todo template --- home/lib/login_functions.sh | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index 6f6f9e0..3748981 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -439,8 +439,23 @@ cat << EOF $(date '+%F %A') =============================================================================== +------------------------------------------------------------------------------- +CURRENTLY IMPORTANT +------------------------------------------------------------------------------- + + +------------------------------------------------------------------------------- +TO FINISH TODAY +------------------------------------------------------------------------------- -backlog + +------------------------------------------------------------------------------- +BLOCKED +------------------------------------------------------------------------------- + + +------------------------------------------------------------------------------- +BACKLOG ------------------------------------------------------------------------------- EOF } -- 2.20.1