Felix traverses through files and parses your TODO comments.
command | description |
---|---|
felix | parse todos in the current directory |
felix -p, --path | parse todos in the specified path |
felix -v, --version | get the version number |
felix -h, --help | get help |
felix -op, --output-path | output to the specified path |
Felix can parse C-like comments and Python comments.
- Case-insensitive
- Any number of spaces between // (or #) and TODO (or todo).