Generic update.
This commit is contained in:
parent
de255e55d7
commit
868fbb687b
5 changed files with 107 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
tasks=$(task status:pending -notified due export | jq -r '.[].description')
|
||||
[ -z "$tasks" ] && exit 0
|
||||
for task in $tasks; do
|
||||
while read task; do
|
||||
notify-send 'A task is due.' "$task"
|
||||
done
|
||||
done <<< "$(echo $tasks)"
|
||||
task rc.bulk=0 rc.confirmation=off status:pending -notified due modify +notified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue