Add more attribtutes to push_tasks.fish payload

This commit is contained in:
mitchell 2020-08-17 17:24:14 -04:00
parent 0a0a2decef
commit 116620843a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ function push_tasks -d 'Push tasks as a notification to your phone'
set tasks (task +READY export |
jq 'sort_by(.urgency) |
reverse |
map(@text "\(.description)\nLink: \(.link)") |
map(@text "\(.description)\nLink: \(.link)\nWiki: http://wiki.m/\(.wiki)\nDue: \(.due)") |
join("\n\n")')
send_push $tasks
end