**stalkr is UNFINISHED**
`stalkr` is a command-line tool for tracking TODOs in your codebase and optionally syncing them with GitHub issues.
```console
$ export STALKR_GITHUB_TOKEN=<your github token>
$ cargo run --release
```
Originally forked from [tsoding/snitch](https://github.com/tsoding/snitch).