From 256aeb55468d57a179447c8b2cd64ada998987c5 Mon Sep 17 00:00:00 2001 From: Reuben D'Netto Date: Fri, 3 Nov 2017 21:46:29 +1100 Subject: [PATCH] Added example for --colors to README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 89169df5..6f659749 100644 --- a/README.md +++ b/README.md @@ -462,6 +462,19 @@ that the console will use for printing to UTF-8 with will also reset when PowerShell is restarted, so you can add that line to your profile as well if you want to make the setting permanent. +#### How do I make the output look like ag's? + +Use the `--colors` flag, like so: + + rg --colors line:fg:yellow \ + --colors line:style:bold \ + --colors path:fg:green \ + --colors path:style:bold \ + --colors match:fg:black \ + --colors match:bg:yellow \ + --colors match:style:nobold \ + foo + ### Known issues #### I just hit Ctrl+C in the middle of ripgrep's output and now my terminal's foreground color is wrong!