sharkdp / hexyl

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

Display some non-printable characters like `bat --show-all` #207

Closed Freed-Wu closed 6 months ago

Freed-Wu commented 9 months ago

Can NULL/LF/CR/... be displayed like bat? screen-2023-09-20-20-23-41

sharkdp commented 7 months ago

No. But see https://github.com/sharkdp/hexyl/pull/195 for a similar proposal.

Freed-Wu commented 7 months ago

So, can bat display non-printable characters like #195?

sharkdp commented 7 months ago

Not really sure what you are asking.

Freed-Wu commented 7 months ago

Oh, I means #195 is so cool. Can we use bat --show-all to display non-printable characters like #195?

sharkdp commented 6 months ago

No, that's not possible. Since this seems to be about bat, I'm closing this ticket.