[PR #226] Add Reflex — code search CLI with AI agent support #4016

Open
opened 2026-07-15 04:20:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/devtoolsd/awesome-devtools/pull/226
Author: @therecluse26
Created: 5/16/2026
Status: 🔄 Open

Base: mainHead: add-reflex-code-search


📝 Commits (1)

  • 8dba212 Add Reflex — code search CLI with AI agent support

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 readme.md (+1 -0)

📄 Description

Description

Adds Reflex (rfx) to the CLIs & Terminal Tools section.

Reflex is a local-first, full-text code search engine for developers and AI coding agents. It builds a persistent trigram index over your codebase so you can search 10k+ files in under 100ms — offline, no account required.

CLI highlights:

  • rfx query "pattern" — instant full-text search
  • rfx query "fn" --symbols — symbol-aware search via runtime tree-sitter
  • rfx serve — optional MCP server for AI coding agent integration
  • rfx deps / rfx analyze — dependency and codebase structure analysis
  • JSON output for scripting and automation

A good fit alongside fzf, bat, and Warp in the CLI section — it's the missing "search your codebase" primitive for any developer environment.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/devtoolsd/awesome-devtools/pull/226 **Author:** [@therecluse26](https://github.com/therecluse26) **Created:** 5/16/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-reflex-code-search` --- ### 📝 Commits (1) - [`8dba212`](https://github.com/devtoolsd/awesome-devtools/commit/8dba212560160cd97c734a968eca9ced941d9984) Add Reflex — code search CLI with AI agent support ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `readme.md` (+1 -0) </details> ### 📄 Description ## Description Adds **Reflex** (`rfx`) to the **CLIs & Terminal Tools** section. Reflex is a local-first, full-text code search engine for developers and AI coding agents. It builds a persistent trigram index over your codebase so you can search 10k+ files in under 100ms — offline, no account required. CLI highlights: - `rfx query "pattern"` — instant full-text search - `rfx query "fn" --symbols` — symbol-aware search via runtime tree-sitter - `rfx serve` — optional MCP server for AI coding agent integration - `rfx deps` / `rfx analyze` — dependency and codebase structure analysis - JSON output for scripting and automation A good fit alongside `fzf`, `bat`, and `Warp` in the CLI section — it's the missing "search your codebase" primitive for any developer environment. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-15 04:20:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-devtools#4016