Skip to content

Add Reflex — code search CLI with AI agent support#226

Open
therecluse26 wants to merge 1 commit into
devtoolsd:mainfrom
therecluse26:add-reflex-code-search
Open

Add Reflex — code search CLI with AI agent support#226
therecluse26 wants to merge 1 commit into
devtoolsd:mainfrom
therecluse26:add-reflex-code-search

Conversation

@therecluse26
Copy link
Copy Markdown

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.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant