Skip to content

CLI reference

Find open-source projects that implement a described feature.

Terminal window
reposniffer search QUERY [options]
OptionDescription
--intent, -iadopt (pick a dependency) or study (reference to learn from). Default adopt.
--language, -lFilter by language, e.g. python, rust.
--licenseFilter by SPDX license key, e.g. mit, apache-2.0.
--min-starsMinimum stars.
--top-kNumber of results (1–20). Default 5.
--jsonEmit JSON instead of a table.
Terminal window
reposniffer search "markdown editor live preview" --language python --top-k 3

reposniffer intel

Verify a specific repo you already found: is it alive, licensed, and best-of-kind?

Terminal window
reposniffer intel OWNER/REPO [options]
OptionDescription
--query, -qOptional feature query to frame the comparison.
--top-kHow many alternative repos to suggest (0–5). Default 2.
--jsonEmit JSON.
Terminal window
reposniffer intel ianstormtaylor/slate

reposniffer doctor

Report embedding backend, model, and GitHub auth status — useful for diagnosing rate-limit or model issues.

Terminal window
reposniffer doctor

Exit codes

  • 0 — success
  • 1 — error (including GitHub API/rate-limit failures, reported with a hint)