sharkdp / hexyl

A command-line hex viewer
Apache License 2.0
8.92k stars 227 forks source link

Squeeze identical lines #213

Open sharifhsn opened 6 months ago

sharifhsn commented 6 months ago

Fixes #186.

This brings the squeezing feature to parity with hexdump. Lines that contain identical data should be squeezed, not just when they are all filled with a single byte.

sharkdp commented 6 months ago

Thank you very much!

Some tests are currently failing..

sharifhsn commented 6 months ago

Looks like the issues are on 32-bit systems. I'll investigate.