Lambobo 快捷命令
{
"features": {
"code": "regex_4xta6p1jnf",
"explain": "文本转换",
"cmds": [
{
"label": "文本转换",
"type": "regex",
"match": "/.{1,}/g",
"minNum": 1
}
],
"icon": "logo/quickcommand.png",
"platform": [
"win32",
"darwin",
"linux"
]
},
"program": "quickcommand",
"cmd": "console.log(`{{input}}`.replace(/\\n/g, ','))",
"output": "clip",
"hasSubInput": false,
"scptarg": "",
"charset": {
"scriptCode": "",
"outputCode": ""
},
"tags": []
}