Link to Apple Shortcut with inline perl:
https://www.icloud.com/shortcuts/dac14b78e3a047f4901ea426371578e0
Link to Apple Shortcut with inline perl:
https://www.icloud.com/shortcuts/dac14b78e3a047f4901ea426371578e0
| #!/bin/bash | |
| perl -0777 -nE 'while(/\*{2,3} TODO (.+)\n.*?SCHEDULED: <(\d{4}-\d{2}-\d{2})/g){($t,$d)=($1,$2);$t=~s/ +:[^:]*:$//;$t=~s/"/\\"/g;push @a,qq({"date":"$d","task":"$t"})}say q({"data":[).join(",",@a).q(]})' ~/.notes |