sharkdp / hexyl

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

Feature Request: Pretty binary diff #27

Closed anderejd closed 5 years ago

anderejd commented 5 years ago

Do you have plans to introduce diff support? Something similar to the result of diff -y <(xxd a.bin) <(xxd b.bin) | colordiff perhaps?

sharkdp commented 5 years ago

No, I don't have any plans to support this. I'd like to keep this program focused and simple.

anderejd commented 5 years ago

Ok thanks.