summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorYigit Sever2019-03-20 22:27:47 +0300
committerYigit Sever2019-03-20 22:27:47 +0300
commitf3f6b63dffc475614adc23603d8ad90f96c8f55b (patch)
treefcdb7486d3da1c4cc70d15f0b65a8bf843c36759 /bin
parent628a368bec0fcd039e5016cdffa899ddf946acaf (diff)
parent062c0fb514f4f967da986c8cece86b0fa497f704 (diff)
downloaddotfiles-f3f6b63dffc475614adc23603d8ad90f96c8f55b.tar.gz
dotfiles-f3f6b63dffc475614adc23603d8ad90f96c8f55b.tar.bz2
dotfiles-f3f6b63dffc475614adc23603d8ad90f96c8f55b.zip
Merge branch 'master' of 207.154.210.186:/home/yigit/dots
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"