serenity
serenity copied to clipboard
Utilities: Add xxd utility
Initial implementation of xxd. Some things are missing such as:
- patching a hexdump into a binary
- colorized output
- seeking relative to current stdin offset
- EBCDIC encoding (left this out since I don't think it is needed)
~~Pr depends on #22754~~
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!
Not stale :/
From my point of view it would be better to open a separate PR for the changes in commit: LibCore: Refactor template definitions to header in ArgsParser so those changes could be discussed separately from the xxd
utility.
From my point of view it would be better to open a separate PR for the changes in commit: LibCore: Refactor template definitions to header in ArgsParser so those changes could be discussed separately from the
xxd
utility.
That actually already happened and has been merged. Somehow it didn't cause a conflict. But rebasing on master would make that clearer.
That actually already happened and has been merged. Somehow it didn't cause a conflict. But rebasing on master would make that clearer.
Ah, you're right. I looked for conflicts, but didn't check the linked PR