Overview
A Rust-built search tool that honors .gitignore by default and is orders faster than grep. XClaw's Agent defaults to ripgrep for code search.
Features
- Respects .gitignore by default
- Unicode-aware
- Multiple output modes
- Native Windows builds
- Deep editor integrations
Common commands
A few common invocations — the Agent runs them as you in your terminal
$ rg 'TODO|FIXME'Recursively search for TODOs
$ rg -t ts 'useState'Search only TypeScript files
$ rg -l 'apiKey' .List files containing a match