sharkdp / hexyl

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

Allow passing length in hex with 0x notation #45

Closed Qyriad closed 5 years ago

Qyriad commented 5 years ago

This interprets a 0x in front of the value passed with --length/-n as a hexadecimal number.

ErichDonGubler commented 5 years ago

Definitely related to #44. :)

sharkdp commented 5 years ago

@Qyriad Thank you very much for your contribution!

We will need to bump the minimum required Rust version (in .travis.yml and the README) in order for CI to pass.

ErichDonGubler commented 5 years ago

Pinging @Qyriad to see if they're still able to attend to this.

Qyriad commented 5 years ago

Oh right; yeah I can do this in the next day or two.

sharkdp commented 5 years ago

Sorry, I've missed your update. Could you please rebase this on master to resolve the conflicts? Thank you!

Qyriad commented 5 years ago

Done.

sharkdp commented 5 years ago

Thank you!