Skip to content

sbirch/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo

Find TODOs in a repo.

This tool works with name-tagged TODOs like these:

TODO(sam): fix this

TODO(ben, sam): this is a hack

TODO(sam/jim): make this faster

Installation

pip install todo

(This may require permissions to install the todo script to your path.)

This tool uses ack behind the scenes for fast searching (ack installation.)

Usage

All TODOs in codebase:

todo

TODOs by these people:

todo sam ben

Count of TODOs by person:

todo --count

usage: todo [-h] [--count] [NAMES [NAMES ...]]

Find TODOs

positional arguments:
  NAMES       TODO names (any of which is a match). TODO(sam) = sam

optional arguments:
  -h, --help  show this help message and exit
  --count     only print the count

About

Find TODOs in a repo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages