6 articles tagged with "Search"
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.
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.
rga: ripgrep, but Also Search PDFs, E-books, Office Docs, and Archives
rga (ripgrep-all) searches inside PDFs, Word docs, e-books, zip archives, SQLite databases, and more. All the speed of ripgrep, but for any file format.
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.
television: A Blazingly Fast Fuzzy Finder TUI
television is a blazingly fast fuzzy finder TUI. Search files, grep content, browse Git logs, environment variables — all with real-time preview and extensible channels.
ripgrep: Blazing Fast Recursive Search That Respects .gitignore
ripgrep (rg) searches file contents recursively and respects .gitignore. 10x faster than grep, with sane defaults, regex, and type filtering.