diff options
author | Yigit Sever | 2019-03-20 22:27:47 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-20 22:27:47 +0300 |
commit | f3f6b63dffc475614adc23603d8ad90f96c8f55b (patch) | |
tree | fcdb7486d3da1c4cc70d15f0b65a8bf843c36759 /bin | |
parent | 628a368bec0fcd039e5016cdffa899ddf946acaf (diff) | |
parent | 062c0fb514f4f967da986c8cece86b0fa497f704 (diff) | |
download | dotfiles-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-x | bin/td | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,4 +21,5 @@ if [[ $? -ne 0 ]]; then | |||
21 | exit 0 | 21 | exit 0 |
22 | fi | 22 | fi |
23 | 23 | ||
24 | task add due:"$task_date" + "T$task_time" "$task_description" | 24 | RESULT=$(task add due:${task_date}T$task_time "$task_description") |
25 | notify-send "Success" "$RESULT" --app-name="taskwarrior" --icon="checkmark" | ||