toodles icon indicating copy to clipboard operation
toodles copied to clipboard

Project management directly from the TODOs in your codebase

Results 15 toodles issues
Sort by recently updated
recently updated
newest added

can you support chinese comment? tky

bug

have you ever thought about integrating this into a vscode plugin? for us to use toodles, this would be a huge blocker, because we don't want yet another management tool...

Hey there! Asking here as I couldn't answer this from the docs: is there a way we can run Toodles on a project (Node.js in this case), and generate a...

enhancement
good first issue

I've been thinking toodles could have some UI aid to show dependencies between TODO's. This could be encoded via key value pairs.

enhancement
good first issue

Let's consider the test file below. Deleting `issue 2` also deletes the comment line ```-- another comment 2```. ``` -- file: test.hs -- another comment 0 -- TODO (assig|#test) -...

`grep todo` normally shows you only those lines where it discovered the word "todo", but `grep todo -C n` will show you the `n` preceding lines and the `n` subsequent...

enhancement

The filter function in toodles blows my mind. I love being able to do that. But it would be nice to be able specify "show me everything except bla". More...

enhancement

When running toodles in a project with lots of files, memory usage is very high. I observed values of **>2GiB** in projects with large `node_modules` directories when not ignoring them...

help wanted