sharkdp / hexyl

A command-line hex viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skipping past the end of a file should print a warning.

eth-p opened this issue · comments

Similarly to #107, unknowingly skipping past the end of a file and seeing an empty grid might be confusing for users.


Note: I'm doing a class assignment regarding creating tests (from scratch) for an open-source command line program, and I chose hexyl for it. You might have a couple more of these on the way, depending on what the assignment brings to light :)

Sounds good!