XClawXCLAW
Back to marketplace
🔎
CLI Tools

ripgrep (rg)

Blazing-fast recursive search — respects .gitignore

Publisher · BurntSushiVersion · 14.1Updated Feb 2, 2026

Install locally

Once installed, the XClaw Agent can invoke this command on your behalf

$ brew install ripgrep

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

Related