summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/td4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/td b/bin/td
index 9bbbec1..29a594b 100755
--- a/bin/td
+++ b/bin/td
@@ -21,4 +21,6 @@ if [[ $? -ne 0 ]]; then
21 exit 0 21 exit 0
22fi 22fi
23 23
24task add due:"$task_date" + "T$task_time" "$task_description" 24RESULT=$(task add due:${task_date}T$task_time "$task_description")
25
26notify-send "Success" "$RESULT" --app-name="taskwarrior" --icon="checkmark"