pixel / hexedit

View and edit files in hexadecimal or in ASCII
http://rigaux.org/hexedit.html
GNU General Public License v2.0
98 stars 41 forks source link

Seek to offset with [+off] in command line #27

Open wavexx opened 6 years ago

wavexx commented 6 years ago

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.

prigaux commented 4 years ago

That would be nice. Pull request welcome :)

wavexx commented 4 years ago

On Wed, Apr 01 2020, Pascal Rigaux wrote:

That would be nice. Pull request welcome :)

I suddenly feel less bad when answering my own issue requests from /some/ months ago - thank god I'm not the only one! ;)