ripgrep

E97033

ripgrep is a fast, command-line search tool written in Rust that recursively searches directories using regular expressions and is widely used as a modern alternative to grep.

Jump to: Statements Referenced by

Statements (51)

Predicate Object
instanceOf command-line search tool
free and open-source software
software
commandName rg
comparedTo The Silver Searcher
ack
GNU Grep
surface form: grep
developer Andrew Gallant
BurntSushi
distribution Homebrew formula
Linux distribution packages
Rust crate
Windows package managers
prebuilt binaries
genre grep-like utility
text search tool
inspiredBy The Silver Searcher
ack
grep
license MIT License
UNLICENSE
notableFor high performance
modern default settings
wide adoption among developers
operatingSystem Linux
Windows
macOS
programmingLanguage Rust
repository https://github.com/BurntSushi/ripgrep
supportsFeature .gitignore support
.ignore support
.rgignore support
Perl-compatible regular expressions
Unicode-aware searching
binary file detection
colorized output
context lines output
glob-based file filtering
hidden file search control
ignore files support
multithreaded searching
recursive directory search
search in compressed archives (via ripgrep-all or wrappers)
smart case search
typicalUse interactive use in terminals
searching log files
searching source code
usesLibrary grep-searcher crate (Rust)
ignore crate (Rust)
regex crate (Rust)
writtenIn Rust

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Rust notableProject ripgrep