From 00125577a9eb916ccd90f6eda3993bbdc09d1981 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 18 Sep 2020 19:36:43 +0530 Subject: [PATCH] Add a link to rg hyperlink issue --- docs/kittens/hyperlinked_grep.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/kittens/hyperlinked_grep.rst b/docs/kittens/hyperlinked_grep.rst index 81f1ef0ad..34f80b9b8 100644 --- a/docs/kittens/hyperlinked_grep.rst +++ b/docs/kittens/hyperlinked_grep.rst @@ -35,9 +35,14 @@ you use some editor other than vim, you should adjust the Finally, add an alias to your shell's rc files to invoke the kitten as ``hg``:: - alias kitty +kitten hyperlink_grep + alias hg='kitty +kitten hyperlink_grep' You can now run searches with:: hg some-search-term + + +Hopefully, someday this functionality will make it into some `upstream grep +`_ +program directly removing the need for this kitten.