a simple tool that list all TODOs and FIXMEs in your project
- finds all the TODOs and FIXMEs in the project,
- report the issue to the github
- purge your closed issue in the project to sync with the remot jobs
- clone the project
git clone https://github.com/Amr-Shams/IssueMe.git
- run the following command in the terminal
go get .
go build .
- run the tests
go test ./...
go run main.go list
- this will return all the open and non-reported tasks
go run main.go report
- a checkbox will show up for each todo
- selected ones will be reported to github
- the issue id will be appended to the files
go run main.go purge
- will remove all the todos on the project (closed on the repo)
- it supports only a single line comment
- this line can be sufixed with live code or an empty space