magit-todos icon indicating copy to clipboard operation
magit-todos copied to clipboard

Show source files' TODOs (and FIXMEs, etc) in Magit status buffer

Results 47 magit-todos issues
Sort by recently updated
recently updated
newest added

This is to prevent the scan to be run multiple times and show more than once in Magit's buffer Fixes #145 && #127 (reopening of #154)

The recent changes which introduced `directory-form` in the rg scanner broke magit-todos on Windows. With the default settings `magit-todos-list` starts an rg command, which looks like does it's job but...

bug
help wanted

New option `magit-todos-update-remote` controls whether todos are automatically updated in remote repos (accessed via TRAMP). Defaults to disabled. New option was suggested in https://github.com/alphapapa/magit-todos/issues/132 (although not a fix for that...

enhancement

This is just an idea/suggestion. I see that magit-todos uses `(magit-main-branch)` to figure out (using `merge-base`) the revision to compare the HEAD against. How about using `(magit-get-upstream-ref)` instead? I'm suggesting...

enhancement
help wanted
good first issue

Hello, When reloading the buffer while the main TODOs list has not been populated yet, the branched section will appear multiple times. To reproduce on this repo, branch out of...

bug

Hi, Looks like magit-todos doesn't re-calculate the scanner it uses based on which hosts its running on. If my local host has ripgrep but my remote does not magit todos...

enhancement
help wanted

It's obvious that magit-todo's can't to anything in an empty repo :) Since we get `error in process sentinel` this sounds like an unhandled case so far, though. I just...

bug
help wanted
good first issue