Lists your readme todos on github.
- Create Github token with
repo
scope
$ go get github.com/akramsaouri/gitodo
$ GITHUB_ACCESS_TOKEN="xxxxxxxxxxxxxxxxxxxxxx" gitodo
- Only look for readmes under the
master
branch. - Is specifically looking for the
## TODO
markdown as title for todos.
- Add concurrecy for parsing readmes.
- Skip archived repos.