Skip to content

Customizable hex width for ion inspect #203

@jobarr-amzn

Description

@jobarr-amzn

Sometimes the 8 bytes per row limitation ends up with values being wrapped across multiple rows of hex output where we might prefer them to be in a single row, e.g. this symbol table entry:

│          788 │           13 │ 8c 41 63 74 69 76 69 74 │ · · "ActivityTime",
│              │              │ 79 54 69 6d 65          │ · · -> ID $64

This might look better as:

│          788 │           13 │ 8c 41 63 74 69 76 69 74  79 54 69 6d 65          │ · · "ActivityTime", -> ID $64

Maybe something like the --terminal-width <N> option of hexyl, which controls the number hex panels rendered.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions