Hey! I’ve just released todo-md v1 🚀.
Keep your tasks organized with todo-md!
The pre-commit hook automatically maintains a TODO.md file by scanning your staged files for TODO: comments. You do not need complicated task trackers bloated with features anymore:) Let your code speak for itself!
Get it now: https://codeberg.org/lig/todo-md
#TODOmd #DevTools #PreCommit #Automation #OpenSource #Git #Todo
- But when I put @todo in my code, the point is to never revisit it. I don’t want to be reminded every time I open the repo! - This one isn’t for you then :) - Haha, nice work on it tho. 
 
 
- That’s actually pretty neat 
- excellent! i can now remove my eternal TODO to write this myself :D - You’re welcome:) 
 
- Maybe you want to scan for - FIXME:too?- That could be an option. Care to fill an issue?:) - https://codeberg.org/lig/todo-md/issues/4 - I didn’t create one because I won’t be using the project, but suggested it here for your consideration. :) - Outside of work-in-progress or exploration branches, I don’t commit or merge TODOs. Typically, I consider them merge/land blockers. Because most of the time, they’re never resolved. And in that case, I much prefer documentation and statements; reasoning of why it is the way it is, or opportunities. - In projects I work on we use NOCOMMIT for these blockers and they’ll fail the build. It’s honestly lovely to have something to leave yourself a note that the build catches for you. 
- a TODO can often be expressed in a throw NotImplementedError or similar, but a comment is where danger lies 
 
 
 
- Neat! 
- @lig that looks neat! 







