Ross ROSS = Recommend OSS · open-source software intelligence for agents

thomasschafer/scooter

Interactive find-and-replace in the terminal observed · 2026-08-28

github.com/thomasschafer/scooter · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

84/100

  • Activity 99
  • Release rhythm 80
  • Longevity 55
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 18
  • age_days: 772
  • days_rel: 132
  • days_push: 11
  • n_releases_24m: 22

Full methodology

Adoption not part of the score

1291 stars · 18 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Scooter is an interactive find-and-replace terminal UI application written in Rust. It recursively searches files (respecting .gitignore) or stdin using fixed strings or regexes, letting users toggle which matches to replace.

Use cases

  • interactively find and replace text across a codebase from the terminal
  • bulk rename or refactor strings in files with regex capture groups
  • search and replace text piped from stdin
  • review each match before replacing it
  • open matched files at the relevant line in my editor

When to choose

  • you want an interactive, review-each-match alternative to sed or perl one-liners
  • you need regex find-and-replace with capture groups across a git repository
  • you want a fast terminal TUI tool that respects .gitignore

When to avoid

  • you need fully automated, non-interactive bulk replacement in scripts
  • you need IDE-style project-wide refactoring with language-aware renaming
  • you need multiline search by default without extra flags

Facets

cli-tool · maturity active

search-engine cli developer-tools developer-tools text-editors cli cross-platform windows find-and-replace terminal-ui regex rust sed-alternative command-line linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
thomasschafer/scootermain84

For agents

markdown · JSON · MCP: product_card(name="thomasschafer/scooter")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem