Crates.io | todoster |
lib.rs | todoster |
version | 0.1.0 |
source | src |
created_at | 2023-08-30 19:58:27.568047 |
updated_at | 2023-08-30 19:58:27.568047 |
description | Discovers and lists all todos in your project |
homepage | |
repository | https://github.com/BeesBoxler/todoster |
max_upload_size | |
id | 959235 |
size | 8,960 |
$ 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)_