Skip to content

parse TODO from python source file and add them to microsoft todo

License

Notifications You must be signed in to change notification settings

neelabalan/mtodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mtodo ✔️

mtodo is an terminal application for parsing all TODO: in python source file(s) and uploads them to microsoft todo. It recursively traverses through all directories and gets the TODO:

program.py

1. # TODO: refactor this module
2. def hello():
3.    return 'hello'

the above piece of code would show up like #program.py refactor this module - Line #1 in microsoft todo. I added # before the module name to tag them so it will be easy to find all the todos of program.py in single window

installation

python setup.py install

usage

mtodo --list myproject --path <path>
# for adding from current directory
mtodo --list myproject --path .

screenshot

screenshot

About

parse TODO from python source file and add them to microsoft todo

Topics

Resources

License

Stars

Watchers

Forks

Languages