A simple utility to find the real filetype of a file based on its magic number and, optionally, rename it.
``` bash nameme 0.1.0 A simple CLI utility to find the actual type of files based on their magic number and rename them.
USAGE:
nameme [OPTIONS]
ARGS:
OPTIONS: -a, --auto Whether or not to automatically rename files. (Default: false) Implies rename: true -h, --help Print help information -r, --rename Whether or not to rename the file with its real extension. (Default: false) -s, --silent Print info when renaming or be silent. (Default: false) -u, --upper Make extension uppercase. (Default: false) Implies rename: true -v, --verbose Whether or not to be verbose. (Default: false) -V, --version Print version information ```