From 16b20598512198f2b1c18b3b3b2b21a545f0c371 Mon Sep 17 00:00:00 2001 From: phiresky Date: Tue, 4 Jul 2023 23:38:17 +0200 Subject: [PATCH] update readme, mention wiki --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14fea3d..fed1c17 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,14 @@ rga should compile with stable Rust (v1.36.0+, check with `rustc --version`). To ## Available Adapters +rga works with _adapters_ that adapt various file formats. It comes with a few adapters integrated: + ``` rga --rga-list-adapters ``` +You can also add **custom adapters**. See [the wiki](https://github.com/phiresky/ripgrep-all/wiki) for more information. + Adapters: @@ -121,7 +125,7 @@ Adapters: - **ffmpeg** Uses ffmpeg to extract video metadata/chapters, subtitles, lyrics, and other metadata - Extensions: .mkv, .mp4, .avi, .mp3, .ogg, .flac + Extensions: .mkv, .mp4, .avi, .mp3, .ogg, .flac, .webm - **zip** Reads a zip file as a stream and recurses down into its contents