text_ext

Crates.iotext_ext
lib.rstext_ext
version0.1.2
sourcesrc
created_at2022-11-08 04:26:54.864124
updated_at2022-12-02 07:26:01.320629
descriptionextension current text. e.g. my_email => markhuang1993@gmail.com
homepage
repository
max_upload_size
id707754
size71,698
markhuang1994 (markhuang19994)

documentation

README

Desc

This crate can help you extend your current text

How to use

  1. Put your keyword mapping in config.yml
    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
Commit count: 0

cargo fmt