ripgrep-all
ripgrep-all
Ripgrep-all or rga is a Godsend when it comes to searching through files of different sorts. Usually, I use ripgrep for searching through plaintext files, but rga can search through files such as (with the help of adapters):
| Filetype | Adapter |
|---|---|
| Documents: PDFs, DOCXs, EPUBs, ODTs, HTMLs etc. | Pandoc, Poppler |
| Subtitles, Chapter metadata, Lyrics in media files | FFMpeg |
| ZIP files | zip |
| SQLite databases | sqlite |
NB: Ripgrep is a dependency.