diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-05-16 11:00:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-05-16 11:00:00 -0300 |
commit | b1a39bfc57910908c8b4ac0253770674c99a91fc (patch) | |
tree | 074a877f2077566421c84df50ed0701dba81c91f | |
parent | 70354590752facc4790e425f3471ef73f857419b (diff) | |
download | scripts-b1a39bfc57910908c8b4ac0253770674c99a91fc.tar.gz scripts-b1a39bfc57910908c8b4ac0253770674c99a91fc.tar.bz2 |
Fix: status: important tasks should be tagged with uppercase IMPORTANT
-rwxr-xr-x | status | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |