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

I don't know if you consider this relevant or if I should make an issue with Doom Emacs instead. Perhaps our `use-package` declarations should defer magit-todos until first time they...

Hi there, First of all, I've found this extension to be very helpful indeed, particularly on a project I've inherited which has lots of TODOs that were never logged in...

bug
help wanted
WAITING

Hi, I kept getting `error in process sentinel: Wrong type argument: magit-todos-item, t` whenever I opened the magit status buffer for a file in the https://github.com/github/linguist repo. I found that...

bug

![Screenshot 2022-04-25 at 17 03 16](https://user-images.githubusercontent.com/11030306/165116984-c945ab00-5155-4abb-af95-46c9ced1f651.png) My TODO paths show up like this, which means I'm not able to do the nice path component grouping available via magit-todo. Is there...

Not sure if this is intended behaviour or a bug. But my `.emacs.d` is a git repository, and there are a lot of repositories in `.emacs.d/straight/repos` created by `straight.el` When...

help wanted
invalid
WAITING
discussion

While pressing `g` twice, two Todos sections are displayed in magit-status buffer as below.

bug
help wanted
good first issue

This patch addressses [Magit-todos Issue 124](https://github.com/alphapapa/magit-todos/issues/124). Magit-todos has inconsistent behavior with hl-todos. If a keyword doesn't start with a whitespace character (using the elisp-regexp symbol `blank`), hl-todos will find it,...

enhancement
help wanted

I write technical documentation, and I mostly write in Markdown. While writing documentation, I frequently have to leave a placeholder for a future pass, which often reads like this: `[TK:...

I am using `magit-todos` with Emacs 29 on macOS Monterey, and got this error. And in some projects, the TODO list won't be displayed in magit. ```elisp Debugger entered--Lisp error:...