Crates.io | stalkr |
lib.rs | stalkr |
version | 0.1.0 |
created_at | 2025-09-25 16:52:46.028274+00 |
updated_at | 2025-09-25 16:52:46.028274+00 |
description | Worker-based TODO manager in Rust |
homepage | |
repository | https://github.com/rakivo/stalkr |
max_upload_size | |
id | 1854870 |
size | 129,277 |
stalkr is UNFINISHED
stalkr
is a command-line tool for tracking TODOs in your codebase and optionally syncing them with GitHub issues.
$ export STALKR_GITHUB_TOKEN=<your github token>
$ cargo run --release
Originally forked from tsoding/snitch.