stalkr 0.1.1

Worker-based TODO manager in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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=<your github token>
$ cargo run --release
```

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