abdrd / felix

Gather all your todos in a single file

Repository from Github https://github.comabdrd/felixRepository from Github https://github.comabdrd/felix

FELIX

A command-line tool to gather all your todos in a single file

NPM


Felix traverses through files and parses your TODO comments.

USAGE

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).

About

Gather all your todos in a single file

License:MIT License


Languages

Language:TypeScript 73.9%Language:JavaScript 26.1%