← Back to match
srgn
Grep-like tool that understands source code syntax, letting you search and manipulate code precisely.
Desktopfreeglobal
A desktop tool that works like grep but parses source code syntax, allowing search and edit operations within language-aware scopes using regex-like patterns. It helps avoid blind regex matches (for example edits inside strings or the wrong syntactic context) and is intended for developers and teams doing codebase-wide refactors or automated, syntax-aware transformations; it is free, self-hosted, open-source under the MIT license and supports multiple languages via tree-sitter grammars.
Categories
developer toolscode search

