From f0decdeda97f97c3f80671015af2400d10c4483a Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Mon, 16 Mar 2026 11:45:54 +0100 Subject: [PATCH] Add srgn Closes #633 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 815ab60..b06d820 100644 --- a/readme.md +++ b/readme.md @@ -652,6 +652,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [skim](https://github.com/lotabout/skim) - A general fuzzy finder written in Rust, similar to fzf. - [ast-grep](https://github.com/ast-grep/ast-grep) - A tool for code structural search, linting and rewriting. - [television](https://github.com/alexpasmantier/television) - A very fast general purpose fuzzy finder. +- [srgn](https://github.com/alexpovel/srgn/) - A grep-like tool which understands code syntax and also allows for manipulation. ## Version Control