From 3f9e79e7ad67060c3e63357028ffc62c63cf14c1 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Thu, 20 Apr 2023 13:35:44 -0400 Subject: [PATCH] feat: add tl to log a task How in the world did I have tlh to add hidden, but no tl to just log? Don't know..it's fixed now --- taskwarrior_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/taskwarrior_aliases b/taskwarrior_aliases index 3881810..bf3b710 100644 --- a/taskwarrior_aliases +++ b/taskwarrior_aliases @@ -7,6 +7,7 @@ alias tah="task add status_report:hide" alias tan='task add scheduled:today' alias tat='task add scheduled:tomorrow until:sch+14d' alias td="task done" +alias tl="task log" alias tlh="task log status_report:hide" alias tm='task modify' alias tn='clear;task next'