From a8bc15204542ec479a2e8282c8b03273df847924 Mon Sep 17 00:00:00 2001 From: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com> Date: Sun, 16 Jul 2023 22:52:43 -0700 Subject: [PATCH] Add ast-grep (#569) Co-authored-by: Jonathan Neidel --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 128a71e..557ecbf 100644 --- a/readme.md +++ b/readme.md @@ -557,6 +557,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [broot](https://github.com/Canop/broot) - Fuzzy finder similar to fzf, but with space usage visualization. - [rare](https://github.com/zix99/rare) - Real-time regex aggregation and analysis. - [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 structrual search, linting and rewriting. ## Version Control