readme: add a link to delta's support for ripgrep

Ref: https://github.com/BurntSushi/ripgrep/issues/86#issuecomment-1469717706
This commit is contained in:
Andrew Gallant 2023-03-15 08:01:29 -04:00
parent 44fb9fce2c
commit 595e7845b8
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -430,6 +430,14 @@ $ cargo test --all
from the repository root. from the repository root.
### Related tools
* [delta](https://github.com/dandavison/delta) is a syntax highlighting
pager that supports the `rg --json` output format. So all you need to do to
make it work is `rg --json pattern | delta`. See [delta's manual section on
grep](https://dandavison.github.io/delta/grep.html) for more details.
### Vulnerability reporting ### Vulnerability reporting
For reporting a security vulnerability, please For reporting a security vulnerability, please