text_ext 0.1.2

extension current text. e.g. my_email => markhuang1993@gmail.com
# Desc

This crate can help you extend your current text 

# How to use

1. Put your keyword mapping in config.yml
    ```yaml
    abc: |-
        a
        b
        c
    my_mail: my_email@google.com    
    ```
2. Input my_mail at everywhere and then double press LAlt(use system clipboard) or RAlt(use keyboard input), then it will be replaced to my_email@google.com
3. There are some onboarded keyword mapping   
   !fk name          => random fake name   
   !fk ip            => random fake ip
   !fk email         => random fake email   
   !fk lorem[count]  => random fake words, default count: 100