4 articles tagged with "Refactoring"
amber: Search and Replace Across Files with Regex
amber is a code search and replace tool. Find and replace across files with regex, preview changes, and apply them — like sed but with previews and safety.
amber: Search and Replace Across Files with Regex Power
amber is a code search and replace tool. Find regex patterns across files and replace them — with preview, confirmation, and git-safe workflow. sed for the modern age.
ast-grep: Structural Code Search and Rewriting with AST Patterns
ast-grep searches and rewrites code using AST patterns. Match structural code patterns — not text. Find deprecated APIs, enforce coding standards, refactor at scale.
sad: A CLI Search and Replace Tool with Preview
sad (Space Age seD) is a CLI search and replace tool. Preview changes as colored diffs before applying — safe batch refactoring across files with regex support.