Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
/ tada Public archive

Command-line tool to parse TODOs from files

Notifications You must be signed in to change notification settings

bouiboui/tada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command-line tool to parse TODOs from files.

Software License SensioLabsInsight

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.

Install

Download the latest tada.phar release

Usage

# Single file
$ ./tada.phar file.php

# Folder
$ ./tada.phar folder_name

# Folder - recursive
$ ./tada.phar --recursive folder_name
$ ./tada.phar -r folder_name

Output

Credits

License

Unlicense. Public domain, basically. Please treat it kindly. See unlicense.org for more information.