# ms-jpq/sad

CLI search and replace | Space Age seD

Repository: https://github.com/ms-jpq/sad
Canonical: https://ross.abutalabs.com/products/sad
Language: Rust
License: MIT
License Family: permissive
Topics: rust, diff, sed, command-line, cli, editing, fzf, tui, terminal
Last push: 2026-05-11T01:13:50+00:00

## Health v2 (maintenance only)
Score: 59/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 81, release rhythm 8, longevity 100
- inputs: {"age_days": 2308, "days_push": 115, "days_rel": 576, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2044, forks 28 (observed 2026-08-28T04:06:08.772834+00:00)

## What it is
SAD (Space Age seD) is a Rust CLI tool for batch search-and-replace across files, showing a diff preview of proposed changes before committing them. It integrates with fzf for interactive selective replacement and supports diff colorizers like delta and diff-so-fancy.

## Use cases
- batch find and replace across many files
- preview sed-like edits as a diff before applying
- interactively select which replacements to apply with fzf
- regex-based bulk text editing from the command line
- safe alternative to sed for large refactors

## When to choose
- you want to review diffs before committing bulk edits
- you need interactive, selective replacement across a codebase
- you prefer a modern Rust tool over sed's in-place editing

## When to avoid
- you need a simple one-liner in-place edit where sed suffices
- you don't want to install fzf for the interactive experience
- you need streaming edits on non-file input

## Facets
- artifact type: cli-tool
- maturity: active
- function: search-engine, developer-tools, cli, file-system
- domain: developer-tools, text-editors
- platform: windows, cli, cross-platform
- tags: sed, batch-editing, find-and-replace, diff-preview, fzf, rust, regex, terminal-ui, command-line, linux, macos

## Member repositories
- ms-jpq/sad (main) score 59

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:08.772834+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:58:04.410985+00:00, confidence not recorded.
  - readme: https://github.com/ms-jpq/sad (fetched 2026-08-28T04:06:08.772834+00:00, sha bb3967458e5f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
