.cargo/config.toml
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/release.yml
.gitignore
.ignore
.nvim.lua
AI_POLICY.md
CHANGELOG.md
CONTRIBUTING.md
COPYING
Cargo.lock
Cargo.toml
FAQ.md
GUIDE.md
HomebrewFormula
LICENSE-MIT
README.md
RELEASE-CHECKLIST.md
UNLICENSE
benchsuite/benchsuite
benchsuite/runs/2016-09-17-ubuntu1604-ec2/README.SETUP
benchsuite/runs/2016-09-17-ubuntu1604-ec2/raw.csv
benchsuite/runs/2016-09-17-ubuntu1604-ec2/summary
benchsuite/runs/2016-09-20-ubuntu1604-ec2/README.SETUP
benchsuite/runs/2016-09-20-ubuntu1604-ec2/raw.csv
benchsuite/runs/2016-09-20-ubuntu1604-ec2/summary
benchsuite/runs/2016-09-22-archlinux-cheetah/raw.csv
benchsuite/runs/2016-09-22-archlinux-cheetah/summary
benchsuite/runs/2016-12-24-archlinux-cheetah-glibc-jemalloc/raw.csv
benchsuite/runs/2016-12-24-archlinux-cheetah-glibc-jemalloc/summary
benchsuite/runs/2016-12-24-archlinux-cheetah-glibc-system/raw.csv
benchsuite/runs/2016-12-24-archlinux-cheetah-glibc-system/summary
benchsuite/runs/2016-12-24-archlinux-cheetah-musl-jemalloc/raw.csv
benchsuite/runs/2016-12-24-archlinux-cheetah-musl-jemalloc/summary
benchsuite/runs/2016-12-24-archlinux-cheetah-musl-system/raw.csv
benchsuite/runs/2016-12-24-archlinux-cheetah-musl-system/summary
benchsuite/runs/2016-12-24-archlinux-cheetah/raw.csv
benchsuite/runs/2016-12-24-archlinux-cheetah/summary
benchsuite/runs/2016-12-30-archlinux-cheetah/raw.csv
benchsuite/runs/2016-12-30-archlinux-cheetah/summary
benchsuite/runs/2018-01-08-archlinux-cheetah/README
benchsuite/runs/2018-01-08-archlinux-cheetah/raw.csv
benchsuite/runs/2018-01-08-archlinux-cheetah/summary
benchsuite/runs/2020-10-14-archlinux-frink/README.md
benchsuite/runs/2020-10-14-archlinux-frink/raw.csv
benchsuite/runs/2020-10-14-archlinux-frink/summary
benchsuite/runs/2022-12-16-archlinux-duff/README.md
benchsuite/runs/2022-12-16-archlinux-duff/raw.csv
benchsuite/runs/2022-12-16-archlinux-duff/summary
build.rs
ci/sha256-releases
ci/test-complete
ci/ubuntu-install-packages
ci/utils.sh
crates/cli/Cargo.toml
crates/cli/LICENSE-MIT
crates/cli/README.md
crates/cli/UNLICENSE
crates/cli/src/decompress.rs
crates/cli/src/escape.rs
crates/cli/src/hostname.rs
crates/cli/src/human.rs
crates/cli/src/lib.rs
crates/cli/src/pattern.rs
crates/cli/src/process.rs
crates/cli/src/wtr.rs
crates/core/README.md
crates/core/flags/complete/bash.rs
crates/core/flags/complete/encodings.sh
crates/core/flags/complete/fish.rs
crates/core/flags/complete/mod.rs
crates/core/flags/complete/powershell.rs
crates/core/flags/complete/prelude.fish
crates/core/flags/complete/rg.zsh
crates/core/flags/complete/zsh.rs
crates/core/flags/config.rs
crates/core/flags/defs.rs
crates/core/flags/doc/help.rs
crates/core/flags/doc/man.rs
crates/core/flags/doc/mod.rs
crates/core/flags/doc/template.long.help
crates/core/flags/doc/template.rg.1
crates/core/flags/doc/template.short.help
crates/core/flags/doc/version.rs
crates/core/flags/hiargs.rs
crates/core/flags/lowargs.rs
crates/core/flags/mod.rs
crates/core/flags/parse.rs
crates/core/haystack.rs
crates/core/index/disabled.rs
crates/core/index/enabled.rs
crates/core/index/mod.rs
crates/core/logger.rs
crates/core/main.rs
crates/core/messages.rs
crates/core/search.rs
crates/globset/COPYING
crates/globset/Cargo.toml
crates/globset/LICENSE-MIT
crates/globset/README.md
crates/globset/UNLICENSE
crates/globset/benches/bench.rs
crates/globset/src/fnv.rs
crates/globset/src/glob.rs
crates/globset/src/lib.rs
crates/globset/src/pathutil.rs
crates/globset/src/serde_impl.rs
crates/grep/COPYING
crates/grep/Cargo.toml
crates/grep/LICENSE-MIT
crates/grep/README.md
crates/grep/UNLICENSE
crates/grep/examples/simplegrep.rs
crates/grep/src/lib.rs
crates/ignore/COPYING
crates/ignore/Cargo.toml
crates/ignore/LICENSE-MIT
crates/ignore/README.md
crates/ignore/UNLICENSE
crates/ignore/examples/walk.rs
crates/ignore/src/default_types.rs
crates/ignore/src/dir.rs
crates/ignore/src/gitignore.rs
crates/ignore/src/incremental.rs
crates/ignore/src/lib.rs
crates/ignore/src/overrides.rs
crates/ignore/src/pathutil.rs
crates/ignore/src/types.rs
crates/ignore/src/walk.rs
crates/ignore/tests/gitignore_matched_path_or_any_parents_tests.gitignore
crates/ignore/tests/gitignore_matched_path_or_any_parents_tests.rs
crates/ignore/tests/gitignore_skip_bom.gitignore
crates/ignore/tests/gitignore_skip_bom.rs
crates/index/Cargo.toml
crates/index/LICENSE-MIT
crates/index/README.md
crates/index/UNLICENSE
crates/index/src/index.rs
crates/index/src/lib.rs
crates/index/src/literal.rs
crates/matcher/Cargo.toml
crates/matcher/LICENSE-MIT
crates/matcher/README.md
crates/matcher/UNLICENSE
crates/matcher/src/interpolate.rs
crates/matcher/src/lib.rs
crates/matcher/tests/test_matcher.rs
crates/matcher/tests/tests.rs
crates/matcher/tests/util.rs
crates/pcre2/Cargo.toml
crates/pcre2/LICENSE-MIT
crates/pcre2/README.md
crates/pcre2/UNLICENSE
crates/pcre2/src/error.rs
crates/pcre2/src/lib.rs
crates/pcre2/src/matcher.rs
crates/printer/Cargo.toml
crates/printer/LICENSE-MIT
crates/printer/README.md
crates/printer/UNLICENSE
crates/printer/src/color.rs
crates/printer/src/counter.rs
crates/printer/src/hyperlink/aliases.rs
crates/printer/src/hyperlink/mod.rs
crates/printer/src/json.rs
crates/printer/src/jsont.rs
crates/printer/src/lib.rs
crates/printer/src/macros.rs
crates/printer/src/path.rs
crates/printer/src/standard.rs
crates/printer/src/stats.rs
crates/printer/src/summary.rs
crates/printer/src/util.rs
crates/regex/Cargo.toml
crates/regex/LICENSE-MIT
crates/regex/README.md
crates/regex/UNLICENSE
crates/regex/src/ast.rs
crates/regex/src/ban.rs
crates/regex/src/config.rs
crates/regex/src/error.rs
crates/regex/src/lib.rs
crates/regex/src/literal.rs
crates/regex/src/matcher.rs
crates/regex/src/non_matching.rs
crates/regex/src/strip.rs
crates/searcher/Cargo.toml
crates/searcher/LICENSE-MIT
crates/searcher/README.md
crates/searcher/UNLICENSE
crates/searcher/examples/search-stdin.rs
crates/searcher/src/lib.rs
crates/searcher/src/line_buffer.rs
crates/searcher/src/lines.rs
crates/searcher/src/macros.rs
crates/searcher/src/searcher/core.rs
crates/searcher/src/searcher/glue.rs
crates/searcher/src/searcher/mmap.rs
crates/searcher/src/searcher/mod.rs
crates/searcher/src/sink.rs
crates/searcher/src/testutil.rs
fuzz/.gitignore
fuzz/Cargo.lock
fuzz/Cargo.toml
fuzz/README.md
fuzz/fuzz_targets/fuzz_glob.rs
pkg/brew/ripgrep-bin.rb
pkg/windows/Manifest.xml
pkg/windows/README.md
rustfmt.toml
scripts/copy-examples
tests/binary.rs
tests/data/sherlock-nul.txt
tests/data/sherlock.Z
tests/data/sherlock.br
tests/data/sherlock.bz2
tests/data/sherlock.gz
tests/data/sherlock.lz4
tests/data/sherlock.lzma
tests/data/sherlock.xz
tests/data/sherlock.zst
tests/feature.rs
tests/hay.rs
tests/index/basic.rs
tests/index/disallowed.rs
tests/index/mod.rs
tests/json.rs
tests/macros.rs
tests/misc.rs
tests/multiline.rs
tests/regression.rs
tests/tests.rs
tests/util.rs
