website icon indicating copy to clipboard operation
website copied to clipboard

Add ast-grep to tool comparison

Open HerringtonDarkholme opened this issue 2 years ago • 0 comments

Hi, ast-grep is a code tool that performs the structural search and replace.

Some features that make it unique

  • it searches abstract syntax trees instead of text
  • it respects VCS ignore-file like .gitignore
  • it utilizes multi-cores to speed up searching
  • it supports replace file content based on matches

I would appreciate a lot if it can be added to beyondgrep's website. Thank you.

HerringtonDarkholme avatar Jul 13 '23 22:07 HerringtonDarkholme