Open NERDTreeFind in today launcher
[khome.git] / home / lib / login_functions.sh
index 97de4b9..d585191 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"
@@ -456,7 +471,11 @@ todo() {
     then
         daily_todo_file_template > "$file"
     fi
-    cd "$DIR_TODO" && "$EDITOR" "$file"
+    cd "$DIR_TODO" && "$EDITOR" $EDITOR_ARGS "$file"
+}
+
+todo() {
+    cd "$DIR_TODO" && "$EDITOR" TODO
 }
 
 work_log_template() {
This page took 0.020446 seconds and 4 git commands to generate.