diff options
author | Yigit Sever | 2021-10-25 14:20:40 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-25 14:20:40 +0300 |
commit | 98991063b92e30b6ee1eccc9766c985120d11849 (patch) | |
tree | c1115fc2123d95203f38b9051e217babd297faa8 /.local/bin/td | |
parent | 4d7572f22955019052774757985fc787e6f663f5 (diff) | |
download | dotfiles-98991063b92e30b6ee1eccc9766c985120d11849.tar.gz dotfiles-98991063b92e30b6ee1eccc9766c985120d11849.tar.bz2 dotfiles-98991063b92e30b6ee1eccc9766c985120d11849.zip |
td: include time
Diffstat (limited to '.local/bin/td')
-rwxr-xr-x | .local/bin/td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/td b/.local/bin/td index dad71f1..5330644 100755 --- a/.local/bin/td +++ b/.local/bin/td | |||
@@ -21,6 +21,6 @@ if [[ $? -ne 0 ]]; then | |||
21 | exit 0 | 21 | exit 0 |
22 | fi | 22 | fi |
23 | 23 | ||
24 | echo REM "${task_date}" AT "${task_time}" +45 *15 MSG %\""${task_description}"%\" %c% >> "${HOME}/nextcloud/virtuals/remind/050-events.rem" | 24 | echo REM "${task_date}" AT "${task_time}" +45 *15 MSG %\""${task_description}"%\" %c %3% >> "${HOME}/nextcloud/virtuals/remind/050-events.rem" |
25 | 25 | ||
26 | notify-send "notification set!" "${task_date} at ${task_time}" --app-name="remind" --icon="checkmark" | 26 | notify-send "notification set!" "${task_date} at ${task_time}" --app-name="remind" --icon="checkmark" |