Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed offset marker #9

Open
raspi opened this issue Aug 4, 2020 · 0 comments
Open

Fixed offset marker #9

raspi opened this issue Aug 4, 2020 · 0 comments
Assignees
Labels
discussion Further information is requested enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@raspi
Copy link
Owner

raspi commented Aug 4, 2020

Add --marker parameter which marks every N bytes with visual marker. Highlight with some color and/or add bold/underline effect.

The use case is file formats that use fixed block size(s). Marker helps to see where next block starts/ends.

Example:

heksa --marker 1KiB

It could also be some sort of loop:

heksa --marker 1KiB,2KiB,5B

This would set first marker at 1 KiB, then the next (last + 2KiB) and the next (last + 5 B) and then again (last + 1 KiB) and so on..

@raspi raspi added enhancement New feature or request help wanted Extra attention is needed discussion Further information is requested labels Aug 4, 2020
@raspi raspi added this to the future milestone Aug 4, 2020
@raspi raspi self-assigned this Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Further information is requested enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant