Move today's goals/tasks to the top of the daily template
[khome.git] / home / lib / login_functions.sh
index 97de4b9..4e99f7f 100644 (file)
@@ -439,13 +439,28 @@ cat << EOF
 $(date '+%F %A')
 ===============================================================================
 
+-------------------------------------------------------------------------------
+TO FINISH TODAY
+-------------------------------------------------------------------------------
+
+
+-------------------------------------------------------------------------------
+CURRENTLY IMPORTANT
+-------------------------------------------------------------------------------
+
+
+-------------------------------------------------------------------------------
+BLOCKED
+-------------------------------------------------------------------------------
 
-backlog
+
+-------------------------------------------------------------------------------
+BACKLOG
 -------------------------------------------------------------------------------
 EOF
 }
 
-todo() {
+today() {
     local date
     date="$(date +%F)"
     local -r dir="$DIR_TODO/daily"
@@ -459,6 +474,10 @@ todo() {
     cd "$DIR_TODO" && "$EDITOR" "$file"
 }
 
+todo() {
+    cd "$DIR_TODO" && "$EDITOR" TODO
+}
+
 work_log_template() {
 cat << EOF
 $(date '+%F %A')
This page took 0.033198 seconds and 4 git commands to generate.