ripgrep - joamatab/dotfiles GitHub Wiki
Ripgrep is like grep or ag but faster and colorful
| command | what does it do? |
|---|---|
| rg pattern Folder/Subfolder | search pattern in all files in folder and Subfolders |
| rg pattern Folder/Subfolder -tpy | search pattern in all files in folder and Subfolders only in python files |