#list #todo #format #file #md #tidy #discovers

app todoster

Discovers and lists all todos in your project

1 unstable release

0.1.0 Aug 30, 2023

#1841 in Parser implementations

MIT license

7KB
164 lines

TODOSTER

Usage

$ todoster

Will print out all of the TODO items in the current and sub directories.

You can also use this to output directly to a markdown file with

$ todoster --format md > todo.md

which will output the following:

- [ ] __TODO:__ tidy this up _(./src/main.rs:13)_
- [ ] __TODO:__ This will be removed once more options are added _(./src/main.rs:34)_
  • TODO: tidy this up (./src/main.rs:13)
  • TODO: This will be removed once more options are added (./src/main.rs:34)

Dependencies

~2.2–3.5MB
~57K SLoC