Bug Fixes
- Remove redundant clear, check file size before read (fb65c89)
- Memory, double parse, scroll overflow, string dedup (01ec7f5)
- Dependabot (7cab63d)
- Transition to rust-version 1.85.0 (4a176ab)
Style
Docs
Install
Windows
Download the binary for your platform, rename to binpeek and put it in your PATH.
One-liner (Linux x64):
curl -L https://github.com/Kleshzz/binpeek/releases/download/v0.2.3/binpeek-linux-x64 -o binpeek && chmod +x binpeek && sudo mv binpeek /usr/local/bin/One-liner (macOS ARM64):
curl -L https://github.com/Kleshzz/binpeek/releases/download/v0.2.3/binpeek-macos-arm64 -o binpeek && chmod +x binpeek && sudo mv binpeek /usr/local/bin/Cargo
cargo install binpeek