
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 machineexplain this command
-
rga:tldr:3b759 rga: List available adapters.$ rga --rga-list-adapterstry on your machineexplain 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 machineexplain 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 machineexplain this command