From e8d13a2ab6f23e46b56e0b476ca534dbe35ffa59 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 22 Jan 2024 19:39:37 +0100 Subject: Document the h// and H// operators --- man/grab.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/grab.1 b/man/grab.1 index 7cc913d..7cb05f0 100644 --- a/man/grab.1 +++ b/man/grab.1 @@ -178,11 +178,16 @@ and then terminated by the same delimiter. The last command of a pattern need not have a terminating delimiter. .Pp The supported operators are as follows: +.Pp .Bl -tag -compact .It g Keep selections that match the given regex. .It G Discard selections that match the given regex. +.It h +Highlight everything that matches the given regex. +.It H +Highlight everything that doesn’t match the given regex. .It x Select everything that matches the given regex. .It X -- cgit v1.2.3