huedump
A file dump creator that cycles through hues to colour each byte! Because why not?

Special mention to @STPR for deciphering the text in that GIF and posting it here (I must say, I'm impressed; I didn't expect anyone to automate the process like that).
Installation
- Installl Rust
- Run
cargo install huedump(It's that simple!)
Usage
Thanks to this great library called clap, you can just do huedump --help for detailed help. Here's a short version:
Where ENCODING is anyone of:
hexfor hexadecimal (default)binfor binarydecfor decimaloctfor octal
<FILE> is the path to the file you want to dump. Any path works fine!
Here's how you dump ~/file.dat in decimal (LINUX).
Here's the same thing in Windows.
This works on files in the same directory you're in too. Relative paths are allowed.