Skip to content

specify bytes per line? #232

@milnak

Description

@milnak

Maybe I'm missing how, but I can't find a way to specify how many bytes per line.

> hexyl .\zipflop.bat
┌────────┬─────────────────────────┬─────────────────────────┬────────┬────────┐
│00000000│ 40 65 63 68 6f 20 6f 66 ┊ 66 0d 0a 69 66 20 25 31 │@echo of┊f__if %1│

has 16-bytes per line

> hexyl --panels 1 .\zipflop.bat
┌────────┬─────────────────────────┬────────┐
│00000000│ 40 65 63 68 6f 20 6f 66 │@echo of│

8 bytes per line.

Any way to have a single panel with 16 bytes per line, for example?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions