{ "pluginName": "快捷命令", "description": "快速打开软件、网址及运行批处理、shell等脚本,免编写插件使用utools的api及实现UI交互", "main": "index.html", "homepage": "https://github.com/fofolee/uTools-QuickerCommand", "publishPage": "https://yuanliao.info/d/424", "version": "2.1.0", "author": "云之轩", "unpack":"autopep8.py", "logo": "logo.png", "preload": "preload.js", "pluginSetting": { "single": false }, "features": [ { "code": "options", "explain": "新建、编辑或获取快捷命令", "cmds": [ "快捷命令", "QuickCommand"] }, { "code": "code", "explain": "编辑及运行代码", "cmds": [ "运行代码", "RunCode", { "type": "files", "label": "运行代码", "fileType": "file", "match": "/\\.(sh|scpt|bat|ps1|py|js|rb|php|c|cs|lua|pl)$/i", "maxNum": 1 }] } ] }