Skip to content

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

License

Unlicense and 2 other licenses found

Licenses found

Unlicense
UNLICENSE
Unknown
COPYING
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

shadowfax92/ripgrep

 
 

ripgrep (rg)

Clone of ripgrep with some custom changes for my needs.

Features:

  1. Support for whitelist search

why I added this:

  • In rg I found it bit hard to make it search only in specific directories. One way is in .ignore add all directories you don't want to search by !<ignore-dir>. But, this was too cumbersome. Hence, I built support for whitelist. How it works:
  1. create a file called .whitelists in your direction and add only the directories that you want it to be search it.
  2. Run rg with rg -W where it searches only within those whitelisted directories.

About

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

Resources

License

Unlicense and 2 other licenses found

Licenses found

Unlicense
UNLICENSE
Unknown
COPYING
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 94.2%
  • Python 3.2%
  • Shell 2.5%
  • Other 0.1%