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
- Host: GitHub
- URL: https://github.com/rakivo/stalkr
- Owner: rakivo
- License: mit
- Created: 2025-07-25T20:13:52.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-11-29T16:46:31.000Z (6 months ago)
- Last Synced: 2025-12-01T19:14:07.787Z (6 months ago)
- Topics: cli, parallelism, rust-lang, todo
- Language: Rust
- Homepage:
- Size: 4.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.crates-io.md
- License: LICENSE
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).