Skip to content

Commit

Permalink
update readme, mention wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
phiresky committed Jul 4, 2023
1 parent e4fb99b commit 16b2059
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- this part generated by update-readme.sh -->

Adapters:
Expand All @@ -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
Expand Down

0 comments on commit 16b2059

Please sign in to comment.