README.md (1046B)
- # xcd - colorful hex dump (RGB edition)
- ```
- SPDX-FileCopyrightText: 2025 Haelwenn (lanodan) Monnier <contact+xcd-rgb@hacktivis.me>
- SPDX-License-Identifier: MPL-2.0
- ```
- Prints a colorized hexdump where each value has a different color.
- 
- Inspired by <https://www.muppetlabs.com/~breadbox/software/xcd.html>
- which uses 256-color, while this implementation uses
- 24 bit/8 bit-per-pixel RGB via ISO/IEC 8613-6 SGR 38/SGR 48 with
- parameter 2 (direct RGB color), as implemented by most terminals.
- ## Dependencies
- * C99 Compiler (gcc, clang, tcc, …)
- * POSIX.1-2008 (make, libc)
- ## Packaging
- * tarballs: <https://distfiles.hacktivis.me/releases/xcd-rgb/>
- * public keys used for signing the tarballs: <https://distfiles.hacktivis.me/releases/signify/>
- * compiling: `make`
- * installing (DESTDIR supported): `make install`
- Or in case a conflict with the original `xcd` would be unwarranted:
- * compiling: `make xcd-rgb`
- * installing (DESTDIR supported): `make install-rgb`