My use case for ncdump is almost exclusively ncdump -h $FILE
.
This presents two mild inconveniences:
- Output is not colourised. This is kind of annoying.
- It's too many characters to type.
This tool solves these glaring errors, by providing shorter command name, and colourising the output. It mostly exists because I wanted to write a CLI tool in Rust. For reference, I'm using the output of nchd as a target for what this tool should output.
pip install nchd
to install the Python version.
How to install the Rust version is TBD.
nchdr $FILE
--help
: Show help message and exit
Feel free to contribute! With that in mind, this tool is intentionally simple.