Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to search TODO or FIXME #4

Open
datatalking opened this issue Jun 12, 2021 · 0 comments
Open

Add ability to search TODO or FIXME #4

datatalking opened this issue Jun 12, 2021 · 0 comments

Comments

@datatalking
Copy link

I've got a growing repo and it needs updating, part of that is over a hundred repos and many of them have code tags TODO, FIXME, or DONTFIX files that need to be addressed.

Would it be within scope and simple to amend the code to add this functionality?

I envision a CSV output of

githuburl, reponame, filename, linenumber, codetag, trailing comments.
datatalking,yahoo_finance_Sp500_scrape,SANDP500_scrape.py,43,TODO,modify to change to CSV

A combination of regex grep and parsing the repo URL would give us most of what we need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant