Skip to content

Releases: LyonSyonII/hunt-rs

v2.4.0

22 May 09:26
2292a2c
Compare
Choose a tag to compare

Release Notes

🚀 Features

  • Add --select and --multiselect options for an interactive file select screen.
    • Useful for chaining hunt with other commands.
  • 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

2.3.0

14 Mar 13:40
Compare
Choose a tag to compare

Release Notes

🚀 Features

  • Multiple small optimizations for up to 25% performance improvement
    • Parallelism is now at directory level instead of file level

Install hunt 2.3.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LyonSyonII/hunt-rs/releases/download/v2.3.0/hunt-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/LyonSyonII/hunt-rs/releases/download/v2.3.0/hunt-installer.ps1 | iex

Download hunt 2.3.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

2.2.0

07 Mar 10:16
Compare
Choose a tag to compare

Release Notes

🚀 Features

🐛 Bug Fixes

Install hunt 2.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LyonSyonII/hunt-rs/releases/download/v2.2.0/hunt-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/LyonSyonII/hunt-rs/releases/download/v2.2.0/hunt-installer.ps1 | iex

Download hunt 2.2.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

2.1.0

20 Feb 11:42
9286d71
Compare
Choose a tag to compare

Release Notes

🚀 Features

  • Changed sort_unstable to sort for up to 20% performance improvement
  • Re-added color to --help output

🐛 Bug Fixes

  • Avoid allocation in case of case_sensitivity
  • Fixed canonicalization

Install hunt 2.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/LyonSyonII/hunt-rs/releases/download/v2.1.0/hunt-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/LyonSyonII/hunt-rs/releases/download/v2.1.0/hunt-installer.ps1 | iex

Download hunt 2.1.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