Celebrating 0.16.0, I was playing around the master branch for a couple of days and I wrote a little hex viewer with colors. Intro article with screenshots and the repo. It is a pretty small project with no dependencies.
I hope y’all like it.
Celebrating 0.16.0, I was playing around the master branch for a couple of days and I wrote a little hex viewer with colors. Intro article with screenshots and the repo. It is a pretty small project with no dependencies.
I hope y’all like it.
Very cool!
So what do these colors signify? Or is this just a pretty rainbow?
They signify the whimsy of the author :3
First link in the article: your hex editor should color-code bytes
This is genius ! I want this in my vscode hex viewer now !
I like it. Is there logic to the name 3sl? Trying to think how I’d remember I had it.
Arabic word for Honey.
Hey. I made a few updates to this to make it even better.
You can view the changelog here: https://git.sr.ht/~asibahi/3sl/tree/v0.1.4/item/CHANGELOG.md
The biggest change is the --windows or -w flag, where you can segment the file into different sections, skipping some if needed. Here is a simple screenshot example:
There is also some --range flag to get only a section of the file, and a small way to adjust color choices (customizable via environment flags). You can find all the necessary info with --help.