http://blog.metaclassofnil.com/?p=757
There's also a vim mode for hex, which I use less often:
https://vi.stackexchange.com/questions/2232/how-can-i-use-vi...
21–30 of 119 posts
http://blog.metaclassofnil.com/?p=757
There's also a vim mode for hex, which I use less often:
https://vi.stackexchange.com/questions/2232/how-can-i-use-vi...
I admit, my first thought on seeing the title was "What's wrong with xxd?" This is nice! I like the colorization a lot -- it's like with source code, you don't realize how much you rely on the colors until you get a new computer and need to download syntax definitions for your editor again. Only feature I really think is missing is line numbers. Nicely done!
edit: Added in this commit: https://github.com/sharkdp/hexyl/commit/91a119f4537f746045c8...
What's wrong with hexdump?
What's wrong with hexdump?
I use hexer for this, which is an editor too. http://blog.metaclassofnil.com/?p=757 There's also a vim mode for hex, which I use less often: https://vi.stackexchange.com/questions/2232/how-can-i-use-vi...
Many moons ago I wrote a very bare bones ncurses hex viewer/editor, after not really being able to find one that fit my needs. I still use it pretty regularly: https://github.com/quo/hex.py
Earlier quoted context omitted.
haha, had exactly the same thoughts. the colours really makes it much much easier on the eyes to recognise things. well done!
Same thought except, I wonder why this isn’t a patch to xxd?
i do seem to have 256 colors in urxvt my $TERM is rxvt-256color and i have rxvt-unicode-256color installed