Dr. Robert van Engelen
Dr. Robert van Engelen
Saw that one coming from a mile away :smile: I had this on my TODO list. It is nice to have, BUT sadly this will not be technically easy to...
The [LZMA SDK](https://www.7-zip.org/sdk.html) includes a CPP/7zip/Archive/7z directory with the C++ source code to extract files, which is a good starting point to look into this, because this code is placed...
So it turns out the documentation is practically non-existent on how to use this 7-zip LZMA SDK's API to decompress archives. No source code comments either. That's awful. It may...
A great suggestion! I will work on this when I have time. As a side note, please note that the first recursive search can be slow(er) compared to a second...
Yes, I agree it would be great to have! In fact, the regex engine already produces hashes from the regex pattern. These hashes can be compared to the hashes of...
Thanks for your question and suggestion. This is something to look into as an enhancement for a future update. I can't add it soon, but will put it on the...
Looking into this. So to get started, I would expect to find autocompletions for grep somewhere, like here: https://github.com/zsh-users/zsh-completions . If grep has autocompletions, then those would be a good...
Thanks for the feedback. I like your suggestion. Right now, ugrep can be used as a simple `find -path GLOB -print` utility with the `ugrep -g/GLOB ""` option using a...
> Can file searching be faster and more efficient with ugrep than with fd? I would think so, since `find` doesn't appear to search in parallel like ugrep does. `ugrep`...
Thank you for the feedback. Interesting observation. I am taking a closer look. This may take a bit of time to run logs, diagnostics and tests.