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

Do not display repeated lines by default #10

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

Do not display repeated lines by default #10

raspi opened this issue Aug 5, 2020 · 0 comments
Assignees
Labels
discussion Further information is requested enhancement New feature or request
Milestone

Comments

@raspi
Copy link
Owner

raspi commented Aug 5, 2020

% python -c "print('01234567' * 10,end='')" | heksa -w 8 
000000┊30 31 32 33 34 35 36 37┊01234567
000008┊30 31 32 33 34 35 36 37┊01234567
000010┊30 31 32 33 34 35 36 37┊01234567
000018┊30 31 32 33 34 35 36 37┊01234567
000020┊30 31 32 33 34 35 36 37┊01234567
000028┊30 31 32 33 34 35 36 37┊01234567
000030┊30 31 32 33 34 35 36 37┊01234567
000038┊30 31 32 33 34 35 36 37┊01234567
000040┊30 31 32 33 34 35 36 37┊01234567
000048┊30 31 32 33 34 35 36 37┊01234567

Would become something like:

000000┊30 31 32 33 34 35 36 37┊01234567
-- line repeated 8 times (N bytes) --
000048┊30 31 32 33 34 35 36 37┊01234567
@raspi raspi added the enhancement New feature or request label Aug 5, 2020
@raspi raspi added this to the future milestone Aug 5, 2020
@raspi raspi self-assigned this Aug 5, 2020
@raspi raspi added the discussion Further information is requested label Aug 5, 2020
raspi added a commit that referenced this issue Oct 9, 2021
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
Projects
None yet
Development

No branches or pull requests

1 participant