homoglyph-cli
v1.1.1
Published
A CLI programm to use homoglyph library.
Downloads
6
Maintainers
Readme
homoglyph-cli
A port of mimic to node.js.
It's inspired by this terrible idea floating around:
MT: Replace a semicolon (;) with a greek question mark (;) in your friend's C# code and watch them pull their hair out over the syntax error
Install
$ npm install --save homoglyph-cli
##Usage
$ homoglyph <file>
$ homoglyph <file> --reverse
$ homoglyph <file> --probability 1-100
$ homoglyph <file> --characters " ;"
$ echo <string> | homoglyph
$ echo <string> | homoglyph --reverse
$ echo <string> | homoglyph --probability 1-100
$ echo <string> | homoglyph --characters " ;"