The terminal-based "superpower" for your Windows filesystem.
Standard search tools only read text files. rga indexes PDFs, Word docs, E-books, and Excel sheets.
Built on top of ripgrep (Rust), it is orders of magnitude faster than Windows File Explorer content indexing.
No need to unzip. Search directly inside .zip or .tar.gz files to find your buried documents.
System-wide installation requires Elevated Privileges.
PowerShell or cmd.
Visual Reference
1. Install Chocolatey Manager
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
Tip: Close and reopen PowerShell after this step.
2. Install ripgrep-all
choco install ripgrep-all
1. Install Scoop Manager
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
2. Install ripgrep-all
scoop install rga
Want a simple way to use rga without typing complex commands? Download this script to create an interactive "Search Box" in any folder.
This error happens when the Visual C++ Redistributable is missing from your PC.
choco install vcredist140