Skip to content

geeklist/ntodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ntodo

A simple CLI TODO parser for the lazy coder

Screenshot

Installation

With npm:

npm install ntodo

CLI

Usage: ntodo [Options]

[Options]

-h, --help      Display help
-p, --path      It sets the path
                  ex: ntodo -p .
                  ex: ntodo -p ../

you can also skip the -p ;-)

ntodo .
ntod ../

Filtering Examples

ntodo . | grep "jade"
ntodo . | grep "modules"
ntodo . | grep "api"    

Todo

  • Integrate with Github
  • When a task is completed, remove from code and add to a history file and include who finished it (update github hehe!)
  • Include email notification if the project includes a notify.json at the root (for whoever wants to be notified)

About

A simple CLI TODO parser for the lazy coder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published