You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking change (binary): setting the -o/--display-offset flag no longer overrides the value set by --skip#115. The first displayed address is now the sum of the two values - this matches the behaviour of xxd.
Features
Allow relative and negative byte offsets (e.g. hexyl --skip=-1block), see #99 (@ErichDonGubler)
Added -l as another alias for '-n/--length' (xxd compatibility), see #121 and #135 (@TheDoctor314)
Bugfixes
Argument --length silently takes precedence over --bytes, see #105