From b1a39bfc57910908c8b4ac0253770674c99a91fc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 16 May 2024 11:00:00 -0300 Subject: Fix: status: important tasks should be tagged with uppercase IMPORTANT --- status | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'status') diff --git a/status b/status index bc17b24..1e1c906 100755 --- 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 -- cgit v1.2.3