We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to be able to seek to an offset directly using command line flags.
I was hoping for hexedit /device +0xoff, where +X is generally the command-line syntax for editors to jump to a line number after opening a file.
hexedit /device +0xoff
In hexedit case, this would be a byte offset in either decimal, octal or hex notation.
The text was updated successfully, but these errors were encountered:
That would be nice. Pull request welcome :)
Sorry, something went wrong.
No branches or pull requests
It would be nice to be able to seek to an offset directly using command line flags.
I was hoping for
hexedit /device +0xoff
, where +X is generally the command-line syntax for editors to jump to a line number after opening a file.In hexedit case, this would be a byte offset in either decimal, octal or hex notation.
The text was updated successfully, but these errors were encountered: