From 35659c62eaf8077f283572e66569461b3b1b105e Mon Sep 17 00:00:00 2001 From: Arun Subramanian Date: Fri, 2 Aug 2024 00:24:08 -0500 Subject: [PATCH] Add semantic-grep to the list of tools --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f382616..347b715 100644 --- a/readme.md +++ b/readme.md @@ -564,6 +564,7 @@ See [plaintextaccounting.org](https://plaintextaccounting.org) for a great overv - [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. +- [w2vgrep](https://github.com/arunsupe/semantic-grep) - A tool for semantic search using word embeddings. For example, searching for "death" will find "dead", "killing", "murder". ## Version Control