From de983af05388a380f3ef0faa14d2404f019af496 Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Fri, 22 Aug 2025 14:33:41 -0500 Subject: [PATCH] mark repo as unmaintained --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5b7dc1b..9c8328a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# ⚠️ Unmaintained ⚠️ + +I haven't used this tool in a real way in several years, and don't have the bandwidth to commit to continuing to maintain it. As such, this repo is archived. You're free to continue to using tree-grepper, of course, but what you see here is what you get. + # tree-grepper Works like `grep`, but uses `tree-sitter` to search for structure instead of strings.