From 8dba212560160cd97c734a968eca9ced941d9984 Mon Sep 17 00:00:00 2001 From: therecluse26 Date: Fri, 15 May 2026 21:11:24 -0400 Subject: [PATCH] =?UTF-8?q?Add=20Reflex=20=E2=80=94=20code=20search=20CLI?= =?UTF-8?q?=20with=20AI=20agent=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Paperclip --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 88e1a50..8d0b264 100644 --- a/readme.md +++ b/readme.md @@ -71,6 +71,7 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). * [zx](https://github.com/google/zx) - Tool for writing shell scripts in JavaScript. * [ccr](https://github.com/NeverVane/commandchronicles) - Enhanced CLI history manager, project-aware, with sync and encryption. * [intelli-shell](https://github.com/lasantosr/intelli-shell) - Manage command templates/snippets with dynamic completions and AI integration. +* [Reflex](https://github.com/reflex-search/reflex) - Local-first full-text code search CLI. Trigram-indexed, sub-100ms search across large codebases with JSON output and MCP server for AI coding agents. ## DevOps & Infrastructure