Dr. Robert van Engelen
Dr. Robert van Engelen
The upcoming updated build and installation scripts will install the bash, fish and zsh completions. The installation location is decided by the shell's package installer checked by `./configure`, where the...
The latest commit to the repo includes updated fish and zsh completions. Those will be installed when executing `./build.sh` and `sudo make install` to install the ugrep commands and to...
OK, I figured how to reliably define option arguments with zsh completions. I've committed an update that adds them. Several short and long options take arguments. Choices are provided, for...
> The following works well enough: > > > ugrep --filter='7z:7z x -so %' pattern filename.7z Also specify option `-W` to search 7zip that may contain binary files. This option...
I'm reopening this request. Upon closer inspection of the LZMA SDK it appears there is everything that I need to extract 7zip compressed files in memory to search. I was...
Got it all working 😀 Now I need to make sure the extra code is portable. It includes the 7zip LZMA SDK subset of C files. There is no proper...
The Windows ug.exe and ugrep.exe -z now also work to search 7z files. I created a static library project in MSVC++ to compile x64 and x86 libraries `viiz-x32.lib` and `viiz-x64.lib`...
7zip search is now available with ugrep v4.5.0. After performing several tests with 7zip, I decided to cap files stored in 7zip to 1GB to search. Files larger than 1GB...
You can use `ALT-g` to specify globs interactively in the TUI.
The new ugrep `--tree` option is a nice alternative view for option `-l` to list directory trees. In the TUI press ALT-l (ell) to activate list view. Then use CTRL-S...