- Disable
ansi-color-compilation-filter
in Urgrep buffers
- Fix an edge case when filtering ANSI escapes
- Add ability to immediately adjust search options in the results buffer
- In the Urgrep minibuffer, toggling search of hidden files now uses
M-s H
- Fix highlighting of matches when using Ugrep
- Add support for
outline-minor-mode
- Fix invocation of
ripgrep
andugrep
on Windows
- Add optional
urgrep-xref
feature, which lets Xref use Urgrep to create the command for searching in files/directories
- Respect buffer-local values of
urgrep-preferred-tools
:files
keyword argument inurgrep-command
and friends is now:file-wildcard
:directory
keyword argument inurgrep-commnd
and friends is now:root
, and can accept file and/or directory names
- Add support for toggling whether to search in hidden files (
M-s h
in the search prompt, orurgrep-search-hidden-files
globally) - Add
:directory
key tourgrep-command
, allowing you to specify zero or more directories to search in urgrep
builtin for Eshell now supports specifying search directories as arguments- Allow setting the search tool to use on the fly when reading the query
(
M-s t
in the search prompt)
urgrep-run-command
now takes:tool
as an optional key to matchurgrep
- Fix Eshell integration
Initial release