GitHub RepositoryOpen SourceUnlicenseUnknownRustDemo AvailableExternal ProjectNext.js

BurntSushi/ripgrep

This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.

Stars
65.5K
Forks
2.6K
Watchers
65.5K
Open Issues
198
BurntSushi/ripgrep

Repository Details

Repository
BurntSushi/ripgrep
Framework
Unknown
Primary Language
Rust
Content Language
English
License
Unlicense
Stars
65.5K
Forks
2.6K
Watchers
65.5K
Open Issues
198
Default Branch
master
Last Synced
25 Jun 2026
Repository Status
draft_created

Repository Description

AI Summary

ripgrep recursively searches directories for a regex pattern while respecting your gitignore

Original Repository Description

ripgrep recursively searches directories for a regex pattern while respecting your gitignore

README Preview

ripgrep (rg) ------------ ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. By default, ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files. (To disable all automatic filtering by default, use `rg -uuu`.) ripgrep has first class support on Windows, macOS and Linux, with binary downloads available for [every release](https://github.com/BurntSushi/ripgrep/releases). ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep. [![Build status](https://github.com/BurntSushi/ripgrep/workflows/ci/badge.svg)](https://github.com/BurntSushi/ripgrep/actions) [![Crates.io](https://img.shields.io/crates/v/ripgrep.svg)](https://crates.io/crates/ripgrep) [![Packaging status](https://repology.org/badge/tiny-repos/ripgrep.svg)](https://repology.org/project/ripgrep/badges) Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org). ### CHANGELOG Please see the [CHANGELOG](CHANGELOG.md) for a release history. ### Documentation quick links * [Installation](#installation) * [User Guide](GUIDE.md) * [Frequently Asked Questions](FAQ.md) * [Regex syntax](https://docs.rs/regex/1/regex/#syntax) * [Configuration files](GUIDE.md#configuration-file) * [Shell completions](FAQ.md#complete) * [Building](#building) * [Translations](#translations) ### Screenshot of search results [![A screenshot of a sample search with ripgrep](https://burntsushi.net/stuff/ripgrep1.png)](https://burntsushi.net/stuff/ripgrep1.png) ### Quick examples comparing tools This example searches the entire [Linux kernel source tree](https://github.com/BurntSushi/linux) (after running `make defconfig && make -j8`) for `[A-Z]+_SUSPEND`, where all matches must be words. Timings were collecte

UnknownRustUnlicenseripgreprecursively-searchsearchregexgitignoregrepcommand-line-toolcommand-linecli

Related Repositories

Product Discussion

Ask questions or discuss this product. New comments are reviewed before publishing.

0 comments

Loading comments...

Explore

WOCSOL services and marketplace

Account

Sign in or create an account to manage downloads, orders, and support.