Command-line tool to parse TODOs from files.
Parses files and finds TODOs. Provides an Exporter interface to hook an action to found TODOs, could be a Trello task exporter, a JIRA issue exporter, a Github Issue exporter, you get the idea. Doesn't discriminate on file type / extension / size for the moment. Displays results on the CLI.
Download the latest tada.phar release
# Single file
$ ./tada.phar file.php
# Folder
$ ./tada.phar folder_name
# Folder - recursive
$ ./tada.phar --recursive folder_name
$ ./tada.phar -r folder_name
Output
Unlicense. Public domain, basically. Please treat it kindly. See unlicense.org for more information.