Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

WarpGrep: Basic Search

Search any local codebase with a natural language query. Results come back in under 6 seconds.

Setup

npm install

Run

MORPH_API_KEY=your-key npx tsx search.ts

Pass a custom query:

MORPH_API_KEY=your-key npx tsx search.ts "Find where errors are handled"

What it does

  1. Creates a MorphClient with your API key
  2. Calls morph.warpGrep.execute() with a natural language query
  3. Prints the relevant code files and snippets

That's it. WarpGrep handles all the searching, reasoning, and filtering internally.