Query your TODOs in your code.
Install using go install github.com/Tehhs/tdr@latest
- Query your TODOs in your code
- Provides a small "TODO" syntax/language for use in your code.
- Output in JSON for connections to other tools and workflows (WIP)
Todor supports the typical todo syntax:
//todo: this needs to be done
Optionally, todor allows you to add on top of this.
You can add tags to your todos like so:
//todo(important, security): this needs to be done asap
And then query your tags by doing something like tdr -t security or tdr -t important.
- Golang
- Javascript, Typescript
- CSharp