H1K0 / X10D

X10D (extend) your CMD!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

X10D (extend) your CMD! For unX10Ded Windows

Well, just a set of some commands to extend the functionality of your command shell.

Installing

Download this repository and run setup.py.

Requirements

  • Python 3+
  • PyInstaller

Usage

$ 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?

Commands

  • binv <file [file [...]]> inverts bitwisely a single file or several ones given separated with spaces. For example, 00ff 775a becomes ff00 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.

About

X10D (extend) your CMD!


Languages

Language:Python 100.0%