]> gitweb.fluxo.info Git - scripts.git/commitdiff
Fix: status: important tasks should be tagged with uppercase IMPORTANT
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 16 May 2024 14:00:00 +0000 (11:00 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 16 May 2024 14:00:00 +0000 (11:00 -0300)
status

diff --git a/status b/status
index bc17b2468468a267c90aa51374e1ec56ddef3315..1e1c906b0668bec6214610484a7f7eee9bcd481c 100755 (executable)
--- a/status
+++ b/status
@@ -91,7 +91,8 @@ function status_run {
     fi
 
     # Check your TODO lists, filtering only important tasks
-    todo list important
+    # Convention here is to use uppercase "IMPORTANT", to be explicit and avoid false positives
+    todo list IMPORTANT
 
     # Collected items that need to be moved somewhere else
     collector list