urgrep

Universal recursive grep for Emacs

GPL-3.0 License

Stars
29

Bot releases are hidden (Show)

urgrep - v0.5.1 Latest Release

Published by jimporter about 2 months ago

Bug fixes

  • Fix an edge case when filtering ANSI escapes
urgrep - v0.5.0

Published by jimporter about 2 months ago

New features

  • Add ability to immediately adjust search options in the results buffer

Breaking changes

  • In the Urgrep minibuffer, toggling search of hidden files now uses M-s H
urgrep - v0.4.1

Published by jimporter 7 months ago

Bug fixes

  • Fix highlighting of matches when using Ugrep
urgrep - v0.4.0

Published by jimporter 9 months ago

New features

  • Add support for outline-minor-mode

Bug fixes

  • Fix invocation of ripgrep and urgrep on Windows
urgrep - v0.3.0

Published by jimporter 10 months ago

New features

  • Add optional urgrep-xref feature, which lets Xref use Urgrep to create the command for searching in files/directories

Bug fixes

  • Respect buffer-local values of urgrep-preferred-tools

Breaking changes

  • :files keyword argument in urgrep-command and friends is now :file-wildcard
  • :directory keyword argument in urgrep-commnd and friends is now :root, and can accept file and/or directory names
urgrep - v0.2.0

Published by jimporter 11 months ago

New features

  • Add support for toggling whether to search in hidden files (M-s h in the search prompt, or urgrep-search-hidden-files globally)
  • Add :directory key to urgrep-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)

Breaking changes

  • urgrep-run-command now takes :tool as an optional key to match urgrep
urgrep - v0.1.1

Published by jimporter over 1 year ago

  • Fix Eshell integration
urgrep - v0.1.0

Published by jimporter over 1 year ago

Initial release