Release Notes
🚀 Features
- Add
--select
and--multiselect
options for an interactive file select screen.- Useful for chaining
hunt
with other commands.
- Useful for chaining
- Remove implicit ignore list, as it affected performance globally for a very small gain in specific queries.
- More optimized substring search with memchr.
Install hunt 2.4.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LyonSyonII/hunt-rs/releases/download/v2.4.0/hunt-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/LyonSyonII/hunt-rs/releases/download/v2.4.0/hunt-installer.ps1 | iex
Download hunt 2.4.0
File | Platform | Checksum |
---|---|---|
hunt-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
hunt-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
hunt-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
hunt-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
hunt-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |