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

When I set ```el (setq magit-todos-update nil) ``` it shows a new extra `branched from master` section: ``` TODOs (branched from master) (0) (update manually) TODOs (21) (update manually) ```...

Encountered this little issue while fixing #64 . If I set `(setq magit-todos-update nil)`, so that I see "update manually" on the magit status screen, the `n` and `p` keys...

bug
help wanted

Hello again, Old One. The usage of faces for filenames is inconsistent. For one of my projects, the filenames look like this: https://www.dropbox.com/s/tayezuw0vlij4uz/Screen%20Shot%202019-01-10%20at%2011.41.52%20PM.png?dl=0 They are fontified using `magit-section-heading`, which makes...

enhancement
help wanted

Since `magit-todos-list-mode` derives from `magit-status-mode`, and it has an `imenu-create-index-function`, so supposedly imenu will work in a magit status buffer when magit-todos-mode is turned on, but it doesn't. Seems the...

bug
help wanted

When in magit-todos-mode, we can use `n, C-n, or ` to directly navigate to the associated file of the next todo item and use `p, C-p, or ` to directly...

enhancement

Apply function stored in magit-todos-filename-modifier to the filenames. Closes #105 For example, this is the default view with full path: ![2020-10-27_20-48](https://user-images.githubusercontent.com/26824900/97341446-203d9580-1896-11eb-8c5e-c1574d547f2f.png) And with function `f-filename` applied: ![2020-10-27_20-49](https://user-images.githubusercontent.com/26824900/97341540-3ea39100-1896-11eb-9ed8-99c7256f6dc2.png)

I am currently using 1. Magit 3.1.1 2. Magit-todos 1.5.3 My configuration for both packages are as such ``` (use-package magit :commands (magit-status magit-get-current-branch) :custom (magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)) (use-package magit-todos :ensure...

I'd like if magit-todos could filter on rust like todo!() macros (and other forms for languages which allow such annotations). Further the buildin regex wants the todo keywords separated by...

discussion

VSCode has a compelling feature that magit-todos + magit-forge _almost_ provides: the ability to create Github issues directly from TODO comments. It would be cool to have this :) See...

enhancement
help wanted

Hi, magit-todos depends on pcre2el, which had not seen any commits since 2016, has open issues, uses deprecated Emacs Lisp code, and has compatibility problems with GNU Emacs 27.1 (see,...

help wanted
upstream