New beggining.
This commit is contained in:
commit
6964b2b200
33 changed files with 1281 additions and 0 deletions
8
task-notify
Executable file
8
task-notify
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
tasks=$(task status:pending -notified due export | jq -r '.[].description')
|
||||
[ -z "$tasks" ] && exit 0
|
||||
for task in $tasks; do
|
||||
notify-send 'A task is due.' "$task"
|
||||
done
|
||||
task status:pending -notified due modify +notified
|
Loading…
Add table
Add a link
Reference in a new issue