eerimoq / bincopy

Mangling of various file formats that conveys binary information (Motorola S-Record, Intel HEX, TI-TXT, Verilog VMEM, ELF and binary files).
MIT License
109 stars 38 forks source link

Adds more command line options #9

Closed charterchap closed 6 years ago

charterchap commented 6 years ago

This PR allows for some fun things like running meld <(bincopy as_hexdump before.s19) <(bincopy as_hexdump after.s19)

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.1%) to 97.196% when pulling bf34860c8171020bb982a0e1ba930045db2e5c97 on charterchap:add_command_line_option into 36b6f8dcd26467ed359503c329e50ea14dde9544 on eerimoq:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.1%) to 97.196% when pulling fbb075610031deb10c233c103d6ce20bf7a21047 on charterchap:add_command_line_option into 36b6f8dcd26467ed359503c329e50ea14dde9544 on eerimoq:master.

charterchap commented 6 years ago

I think I got all your suggestions covered.