code-notes
code-notes copied to clipboard
Tool to summarise all code annotation like TODO or FIXME
While the script does output the code notes, it then reports that npm has an error. npm ERR! errno 1 and npm ERR! Exit status 1
https://github.com/aymen-mouelhi/fixme-to-issue
I couldn't figure out why my notes in python weren't showing up. Looking into `lib/messageChecks.js` reveals that two slashes are required for a match. But some languages' comments aren't indicated...
ᐅ notes -i '*.md' * paper-draft.md [1 message]: [Line 225] ✓ TODO: yyy The source code contains: ``` // TODO: yyy [//]: # (TODO zzz) ``` I think the support...
I almost 100% of the time wish to do `notes -g .gitignore`. It would be great if defaults were specifiable somewhere (like, but not necessarily, `~/.code-notes`). As it stands I...