Ripgrep playground
Choose a typical use case or try your own:
tree
search file
whole words
regex
literal
patterns
search dir
hidden
file globs
file types
ignore case
invert match
count
matches
files
context
multiline
replace
groups
# Find all occurrences of the # word "codes" in "README.md": rg codes README.md # See the "tree" example for project structure.
ripgrep is a command line search tool like grep, but with a better user experience and faster.