toodles
toodles copied to clipboard
Project management directly from the TODOs in your codebase
vscode
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...
I've been thinking toodles could have some UI aid to show dependencies between TODO's. This could be encoded via key value pairs.
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) -...
requested in #17
`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...
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...
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...