Releases: Genivia/ugrep-indexer
ugrep-indexer v1.0.0
What's new?
- loads a
.ugrep-indexer
configuration file from the working or home directory when present, with user-defined default options (see man page) - outputs current indexing settings/options for confirmation (suppress with
--no-messages
) - improved indexing stats reporting
- updated manual page
What's changed/fixed?
- refactored autotools usage
- changed default accuracy to 4 from 5
- option
--check
when used with--quiet
is now quiet
Important
This is the final release of ugrep-indexer in this repository. In the near future, ugrep-indexer will be bundled with the ugrep project, which means that installing ugrep will also install ugrep-indexer.
ugrep-indexer v0.9.6
This release fixes two reported issues:
Thank you for your feedback @geebakke and @vt-alt 👏
Vote on bundling the ugrep-indexer utility with ugrep or not: Genivia/ugrep#376
ugrep-indexer v0.9.5
ugrep-indexer v0.9.5
- support 7z archive indexing (in addition to zip, tar, pax, cpio archives and compressed files) with option
-z
ugrep-indexer v0.9.4
- faster raw indexing per file, noticeable for big files
- fix install script typo
ugrep-indexer v0.9.3
- updated v0.9.3 release
- fix missing
<cstdint>
#6 - fix man page layout issue
ugrep-indexer v0.9.2
- new option
-z
to index archives and compressed files - new option
--zmax=NUM
to specify nesting depth of archives to index (archives and compressed files stored in archives) - new
ugrep-indexer.exe
Windows version (x86 and x64) - fix
-c
changing the index file time stamp - updated man page
Ugrep supports index-based search with option --index
. The upcoming ugrep v4.3.5 release also supports --index
with option -z
and includes these new options with the Windows executable.
ugrep-indexer v0.9.1
Add optional PATH command-line argument to optionally specify a pathname to the root of the directory tree to index. The default is to index the working directory tree.
ugrep-indexer v0.9
New ugrep-indexer utility to index file systems for accelerated ugrep search.