mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Reformat all fish files
This commit is contained in:
parent
2f5438dc21
commit
0a0a2decef
11 changed files with 112 additions and 102 deletions
|
|
@ -1,4 +1,8 @@
|
|||
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)") | join("\n\n")')
|
||||
send_push $tasks
|
||||
set tasks (task +READY export |
|
||||
jq 'sort_by(.urgency) |
|
||||
reverse |
|
||||
map(@text "\(.description)\nLink: \(.link)") |
|
||||
join("\n\n")')
|
||||
send_push $tasks
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue