From 51b3fd2fce8fccbc585a120f11857cc0787add48 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sun, 9 Oct 2022 06:51:38 +0200 Subject: [PATCH] Make ugrep handle compressed files --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index f0ee151..26f4818 100644 --- a/README.org +++ b/README.org @@ -1498,7 +1498,7 @@ to {{{kbd(M-s d)}}} and =deadgrep-edit-mode= to {{{kbd(C-c C-w)}}}. [[https://www.genivia.com/get-ugrep.html][Ugrep]] is an ultra fast grep with interactive query UI and fuzzy search. The pages [[https://github.com/Genivia/ugrep#emacs][Using ugrep within Emacs]] and [[https://manueluberti.eu/emacs/2022/08/07/emacs-ugrep/][Ugrep in Emacs]] show how to make Emacs use it with [[info:emacs#Grep Searching][lgrep]] and [[info:emacs#Xref][xref]]. Listing [[lst:use-ugrep]] shows my implementation of the -suggestions in those pages. +suggestions on those pages. #+caption[Use =ugrep= when available]: #+caption: Use =ugrep= when available. @@ -1509,6 +1509,7 @@ suggestions in those pages. (custom-set-variables `(grep-template ,(string-join '("ugrep" "--color=always" + "--decompress" "--ignore-binary" "--ignore-case" "--include=\"\""