Well, just a set of some commands to extend the functionality of your command shell.
Download this repository and run setup.py
.
$ xtd [OPTIONS] COMMAND [ARGS]...
===== X10D (extend) your CMD! =====
Options:
--help Show this message and exit.
Commands:
binv Invert FILE(S) bitwisely.
hfm Compress or decompress FILE(S) using Huffman compression.
now What's time?
binv <file [file [...]]>
inverts bitwisely a single file or several ones given separated with spaces. For example,00ff 775a
becomesff00 88a5
.hfm [-c / -d] <file [file [...]]>
compresses (if -c) or decompresses (if -d) a single file or several ones given separated with spaces using the Huffman compression.now
outputs the full datetime at the moment, e.g.2020-07-06 23:08:26
.