todoster

Crates.iotodoster
lib.rstodoster
version0.1.0
sourcesrc
created_at2023-08-30 19:58:27.568047
updated_at2023-08-30 19:58:27.568047
descriptionDiscovers and lists all todos in your project
homepage
repositoryhttps://github.com/BeesBoxler/todoster
max_upload_size
id959235
size8,960
Bea Boxler (BeesBoxler)

documentation

README

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)
Commit count: 2

cargo fmt