From 595e7845b87c1b9e6cfd4f1c23b3910dca3e15f0 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 15 Mar 2023 08:01:29 -0400 Subject: [PATCH] readme: add a link to delta's support for ripgrep Ref: https://github.com/BurntSushi/ripgrep/issues/86#issuecomment-1469717706 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6084a6a9..8447f104 100644 --- a/README.md +++ b/README.md @@ -430,6 +430,14 @@ $ cargo test --all 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 For reporting a security vulnerability, please