summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/td3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/td b/bin/td
index 9bbbec1..3de0d55 100755
--- a/bin/td
+++ b/bin/td
@@ -21,4 +21,5 @@ 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")
25notify-send "Success" "$RESULT" --app-name="taskwarrior" --icon="checkmark"