- Basic usage
> hexer [+options] <file_1> <file_2> <file_n>
- All options
> hexer --help
- Hex
- Octal
- Integer
- Dynamically select column size
- Option to disable formatted character display
- Option to disable cannonical mode
- Option to disable color formatting
- Option to disable line number
- Option to select formatting for line number. Eg. Hex, Oct, Integer
- Option to select formatting for bytes. Eg. Hex, Oct, Integer
- Bytes to picture. See: https://www.youtube.com/watch?v=4bM3Gut1hIk
- Dynamically select octet size
- Multiple files
- Don't follow symlink
- Offset
- Read atmost bytes (Can be paired with offset)
- Display header (like -a8)
- Optimization
- man page
- hexer.conf?