2 个不稳定版本

0.2.0 2020年6月4日
0.1.0 2020年2月17日

#286 in 可视化

MIT 许可协议

280KB
245 代码行

Hexed

一个简单的命令行界面,用于可视化文件的字节,类似于 hexdump,但更美观*!

* 注意:你可能不会觉得它更美观。

安装

cargo install hexed

使用方法

hexed path/to/file

功能

使用 hexed --help 的无耻复制粘贴

FLAGS:
    -A, --no-ascii     Disables the ASCII sidebar
    -C, --no-colors    Disables colors in the output
    -G, --no-guides    Disables offset guides
    -o, --octal        Displays the bytes as octal numbers
    -h, --help         Prints help information
    -V, --version      Prints version information

OPTIONS:
    -n, --length <LENGTH>    Limits the amount of bytes to display
    -s, --skip <OFFSET>      Skips the first offset bytes

你说它更美观

Hexed preview

依赖

~5–14MB
~158K SLoC