We made ugrep even better with runtime enabling of of SSE2/AVX2/AVX512BW optimizations; ugrep -V
shows this as +sse2
, +avx2
and +avx512bw
, respectively. New --hyperlink
option. Revised and enhanced option -P
(PCRE) compatible with GNU grep. Improved query UI option -Q
with quick Tab/Shift-Tab directory and file navigation, CTRL-Y file viewing with new option --view
to specify a file viewer, and improved CTRL-X/CTRL-R bookmarking to restore the search state. New --hexdump=a
option (asterisk) to display conventional *
for duplicate hex lines. Fixed a compatibility issue with GNU grep's binary file search results, which should now be the same. Improved option -P
(PCRE) search performance. Fixed a bug when the legacy grep GREP_COLOR
environment variable is defined (GREP_COLORS
is more powerful and preferred). More coming soon!