一个简单易用的跨平台命令行16进制查看器

hexyl是一个简单易用的命令行16进制查看器。用不同的颜色区分:空字节、可见的ASCII字符、不可见ASCII字符、其他ASCII字符以及非ASCII字符。

效果图:

1927102-a7c0f179caa64a75.png
1927102-15d26fd0692e7471.png

项目地址:
https://github.com/rust-lang/cargo/

安装方式:

Installation

On Debian-based systems

wget "https://github.com/sharkdp/hexyl/releases/download/v0.4.0/hexyl_0.4.0_amd64.deb"
sudo dpkg -i hexyl_0.4.0_amd64.deb

On Arch Linux

You can install hexyl from this AUR package:

yay -S hexyl

On macOS

brew install hexyl

On FreeBSD

pkg install hexyl

Via Nix

nix-env -i hexyl

On other distributions

Check out the release page for binary builds.

On Windows

For now, you will have to install from source via cargo (see below). Make sure that
you use a terminal that supports ANSI escape sequences (like PowerShell on Windows 10).

Via cargo

If you have Rust 1.29 or higher, you can install hexyl from source via cargo:

cargo install hexyl

已经编译好的:

https://github.com/sharkdp/hexyl/releases

猜你喜欢

转载自blog.csdn.net/weixin_34419326/article/details/86826159