Forrest logo
back to context overview

rga

List of commands for rga:

  • rga:tldr:21ca2 rga: Search recursively for a pattern in all files in the current directory.
    $ rga ${regular_expression}
    try on your machine
    explain this command
  • rga:tldr:30245 rga: Display detailed help.
    $ rga --help
    try on your machine
    explain this command
  • rga:tldr:3b759 rga: List available adapters.
    $ rga --rga-list-adapters
    try on your machine
    explain this command
  • rga:tldr:70d04 rga: Change which adapters to use (e.g. ffmpeg, pandoc, poppler etc.).
    $ rga --rga-adapters=${adapter1,adapter2} ${regular_expression}
    try on your machine
    explain this command
  • rga:tldr:ea06b rga: Search for a pattern using the mime type instead of the file extension (slower).
    $ rga --rga-accurate ${regular_expression}
    try on your machine
    explain this command
back to context overview