This script will (once customized to your application root, prefered exclude directories, etc):
- scrape your directory tree for any todo files created in Markdown - see the /regexp/
- parse them w/Parsedown
- print them out in the order found
- scour your .php scripts for in-comment and in-line @todo tags
- create a Markdown tree following paths/ as scowered
- parse the tree w/Parsedown
- Print it