Skip to content

H1K0/X10D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages