We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output of Hexyl 0.16.0 for this demo file:
┌────────┬─────────────────────────┬─────────────────────────┬────────┬────────┐ │00000000│ 41 41 41 41 41 41 41 41 ┊ 41 41 41 41 41 41 41 41 │AAAAAAAA┊AAAAAAAA│ │00000010│ 42 42 42 42 42 42 42 42 ┊ 42 42 42 42 42 42 42 42 │BBBBBBBB┊BBBBBBBB│ │* │ 43 43 43 43 ┊ │CCCC ┊ │ └────────┴─────────────────────────┴─────────────────────────┴────────┴────────┘
Hexyl should display the offset 00000020 instead of * in the last line. This is a regression compared to Hexyl 0.8.0.
Output of Hexyl 0.8.0:
┌────────┬─────────────────────────┬─────────────────────────┬────────┬────────┐ │00000000│ 41 41 41 41 41 41 41 41 ┊ 41 41 41 41 41 41 41 41 │AAAAAAAA┊AAAAAAAA│ │00000010│ 42 42 42 42 42 42 42 42 ┊ 42 42 42 42 42 42 42 42 │BBBBBBBB┊BBBBBBBB│ │00000020│ 43 43 43 43 ┊ │CCCC ┊ │ └────────┴─────────────────────────┴─────────────────────────┴────────┴────────┘
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. Probably only happens when the second-to-last line only contained one character:
> printf "AAAAAAAAAAAAAAAACCCC" | hexyl ┌────────┬─────────────────────────┬─────────────────────────┬────────┬────────┐ │00000000│ 41 41 41 41 41 41 41 41 ┊ 41 41 41 41 41 41 41 41 │AAAAAAAA┊AAAAAAAA│ │* │ 43 43 43 43 ┊ │CCCC ┊ │ └────────┴─────────────────────────┴─────────────────────────┴────────┴────────┘
Sorry, something went wrong.
Fix issue sharkdp#238
630d92f
Successfully merging a pull request may close this issue.
Output of Hexyl 0.16.0 for this demo file:
Hexyl should display the offset 00000020 instead of * in the last line. This is a regression compared to Hexyl 0.8.0.
Output of Hexyl 0.8.0:
The text was updated successfully, but these errors were encountered: