Commit graph

2 commits

Author SHA1 Message Date
nia
7ce03bbbc5 pixd: Avoid compressing the man page before installation
It tries to run gzip -k which apparently CentOS 7 doesn't have (?)
2020-03-26 13:48:29 +00:00
nia
4d75650e8c misc: Add pixd.
pixd is a tool for visualizing binary data using a colour palette. It is in
a lot of ways akin to a hexdump tool, except using coloured squares to
represent each octet.

pixd uses 24-bit color SGR escape sequences.  For a list of terminal emulators
with support for these, see XVilka's list of supporting terminal emulators:
https://gist.github.com/XVilka/8346728
2020-01-13 22:30:34 +00:00