blacknon / hmg-utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hmg-utils

About

hmg-utils are a set of utilities that aim to provide the Homoglyphs tools.

Install

git clone https://github.com/blacknon/hmg-utils
cd hmg-utils
cargo install hmg-utils

How to use

hmgen

hmgen Pattern
$ hmgen ちんこ
ㄘんこ
ちんこ

hmgrep

hmgrep Pattern /path/to/file
$ echo ㄘんこ | hmgrep ちんこ /dev/stdin
1:ㄘんこ

About

License:MIT License


Languages

Language:Rust 90.5%Language:Python 9.5%