1 unstable release
0.1.0 | Aug 30, 2023 |
---|
#36 in #lists
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
~58K SLoC