mirror of
https://github.com/devtoolsd/awesome-devtools.git
synced 2026-07-15 20:44:08 -05:00
[PR #226] Add Reflex — code search CLI with AI agent support #4016
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/devtoolsd/awesome-devtools/pull/226
Author: @therecluse26
Created: 5/16/2026
Status: 🔄 Open
Base:
main← Head:add-reflex-code-search📝 Commits (1)
8dba212Add 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 searchrfx query "fn" --symbols— symbol-aware search via runtime tree-sitterrfx serve— optional MCP server for AI coding agent integrationrfx deps/rfx analyze— dependency and codebase structure analysisA good fit alongside
fzf,bat, andWarpin 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.