The library I'm writing is competing with `grep -rEI --include="*.py" '# TODO|#...

@mistersql

The library I'm writing is competing with

`grep -rEI --include="*.py" '# TODO|# FIXME|# BUG' /c/github/`

There is tons of legacy data in that format, which is ~3 pieces of info explicitly & everything else for an issue tracker you need to ask the user to add it or aggressively infer it from ambient info (date of git commit where it first appeared, disappeared, blame, etc)

Self-replies

So it would be for people who have outgrown grep but aren't ready for jira.