2023-07-19 11:26:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.12.4
ugrep v3.12.4
Even faster search for common search patterns, such as sets of words, using \
additional SIMD AVX and neon/AArch64 intrinsics.
|
2023-07-15 18:23:40 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.12.3
ugrep v3.12.3
Speed improvements to further speed up common search patterns. Improved man \
page. The ug and ug+ commands now enable --pretty by default (that is, if a \
.ugrep configuration file does not override it with no-pretty). Fixed a \
potential pattern match issue in the new v3.12 optimizations.
|
2023-07-10 14:54:22 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.12.2
ugrep v3.12.2
Speed improvements to further speed up common search patterns. Improved man \
page. The ug and ug+ commands now enable --pretty by default (that is, if a \
.ugrep configuration file does not override it with no-pretty).
|
2023-06-15 08:34:19 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
ugrep: fix hash-bang-bash
|
2023-06-05 21:26:22 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
ugrep: updated to 3.12.1
ugrep v3.12.1
New ug+ and ugrep+ commands to search pdfs, documents and image metadata when \
the corresponding tools are installed, includes a runtime check for tool \
availability; improved --filter option; speed improvements.
Ugrep runs faster than grep and ripgrep on Apple Silicon M1 and x64 machines for \
most common searches, such as searching for a few words to tens and hundreds of \
words in large files. It depends on the available hardware and the complexity of \
the search patterns.
|
2023-04-23 16:26:33 by Adam Ciarcinski | Files touched by this commit (271) |
Log message:
revbump for boost
|
2023-04-16 15:54:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.11.2
ugrep v3.11.2
This update includes usability improvements. We improved option --hyperlink to \
optionally take parameters PREFIX and +. The PREFIX parameter replaces file:// \
in the link with a custom PREFIX://. The + included the line number in the link, \
and when ugrep option -k is used, also includes the column number in the link.
|
2023-04-05 14:01:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.11.1
ugrep v3.11.1
Smarter interactive navigation in the TUI when option --tree is used with option \
-l or -c, enabling the navigation keys CTRL-S (jump forward), CTRL-W jump \
backward), TAB (chdir into directory and save query state), SHIFT-TAB (chdir .. \
and restore query state), CTRL-Y (view file).
|
2023-03-19 10:11:40 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.11.0
ugrep v3.11.0
Updated --format output when used with option -o by also enabling option -u to \
show all matches automatically; improved --json, --xml, --csv output when used \
with option -o; updated option -o output with headings (when applicable) for \
every match like GNU grep; updated options --format and --replace field %m to \
output the number of matches sequentially; new --format and --replace field %M \
outputs number of matching lines.
|
2023-03-01 08:57:56 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
ugrep: updated to 3.10.0
ugrep v3.10.0
New option --tree to output directory trees of files for options -l \
(--files-with-matches), -L (--files-without-match) and -c (--count). Updated \
option --pretty to enable --tree when output is sent to a terminal. Disable with \
--no-tree to output a traditional grep flat list.
|