An open API service indexing awesome lists of open source software.

https://github.com/rakivo/stalkr

Faster TODO reporter
https://github.com/rakivo/stalkr

cli parallelism rust-lang todo

Last synced: 4 months ago
JSON representation

Faster TODO reporter

Awesome Lists containing this project

README

          

# stalkr

**stalkr is UNFINISHED**

`stalkr` is a command-line tool for tracking TODOs in your codebase and optionally syncing them with GitHub issues.

## Quick start

```console
$ export STALKR_GITHUB_TOKEN=
$ cargo run --release
```

Originally forked from [tsoding/snitch](https://github.com/tsoding/snitch).