homoglyph-cli ![Build Status](https://travis-ci.org/cilice/homoglyph-cli.svg?branch=master)
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
Peter Ritchie (@peterritchie) November 16, 2014
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 " ;"