multidiff icon indicating copy to clipboard operation
multidiff copied to clipboard

Binary data diffing for multiple objects or streams of data

Results 5 multidiff issues
Sort by recently updated
recently updated
newest added

Add diff attribute which will only print the byte addresses where byte changes have taken place

Possibly making it optional... I would have added `--width=auto` and did max terminal width if that information is available ... here is code from tqdm ``` tqdm/_utils.py-def _environ_cols_linux(fp): # pragma:...

Adds width attribute which allows user to specify number of bytes printed per line Closes https://github.com/juhakivekas/multidiff/issues/3

I have install multidiff and I execute the command with window10 “multidiff test1.bin test2.bin” it doesn't work...

I added the content table for the entire readme. This way it is easier to navigate. On top of that, I added an installation section and a contributions section. The...