Skip to content

jianwu13/exclip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exclip

Function

Replace words or charactors in Clipboard with hitting 'Ctrl + b'

exclip.json

words data for replacement
You can edit this file directly

Sample of explip.json

{
    ";": ";",
    ",": ",",
    "、": ",",
    "。": ".",
    "’": "'",
    "”": "\"",
    "[": "[",
    "]": "]",
    "〔": "[",
    "〕": "]",
    "〈": "<",
    "〉": ">",
    "(": "(",
    ")": ")"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages