mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-22 18:22:37 +08:00
更改 build 方案
This commit is contained in:
32
README.md
32
README.md
@@ -1,12 +1,11 @@
|
||||
|
||||
|
||||
# 快捷命令 V3.0.0
|
||||
|
||||
[](https://github.com/fofolee/uTools-quickcommand/stargazers) [](https://github.com/fofolee/uTools-quickcommand/network/members) [](https://github.com/fofolee/uTools-quickcommand/blob/master/LICENSE) [](https://github.com/fofolee/uTools-quickcommand/blob/master/src/helps/CHANGELOG.md) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424)
|
||||
[](https://github.com/fofolee/uTools-quickcommand/stargazers) [](https://github.com/fofolee/uTools-quickcommand/network/members) [](https://github.com/fofolee/uTools-quickcommand/blob/master/LICENSE) [](https://github.com/fofolee/uTools-quickcommand/blob/master/src/helps/CHANGELOG.md) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424)
|
||||
|
||||
## 简介
|
||||
|
||||
- 核心功能
|
||||
|
||||
- 快速执行命令:如打开文件夹、软件、网址等
|
||||
|
||||
- 快速运行脚本:如批处理、shell、python 等
|
||||
@@ -14,6 +13,7 @@
|
||||
- 无需编写插件:实现需要使用 utools 的 api 或者带 UI 界面的功能
|
||||
|
||||
- 其他特色
|
||||
|
||||
- 内置了执行 shell 命令、文本处理、文本替换、网址二维码等实用命令
|
||||
|
||||
- 支持在插件内下载别人分享的命令
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
[目前实现的功能列表 >>](https://yuanliao.info/d/2962)
|
||||
|
||||
|
||||
## 功能
|
||||
|
||||
### 1.内置命令
|
||||
@@ -66,10 +65,10 @@
|
||||
|
||||
### 4.快捷面板
|
||||
|
||||
- 将某一个标签下的命令以面板形式展现
|
||||
- 可实现网址导航面板、软件启动面板之类的功能
|
||||
- 将某一个标签下的命令以面板形式展现
|
||||
- 可实现网址导航面板、软件启动面板之类的功能
|
||||
|
||||

|
||||

|
||||
|
||||
#### 进阶
|
||||
|
||||
@@ -95,7 +94,7 @@
|
||||
- quickcommand
|
||||
|
||||
- 可以快速执行打开网址、软件、文件夹、模拟按键等高频动作的命令
|
||||
- 可使用nodejs、electron、uTools、quickcommand 的 api 来编写具有 UI 交互的脚本,详情查看插件内的文档
|
||||
- 可使用 nodejs、electron、uTools、quickcommand 的 api 来编写具有 UI 交互的脚本,详情查看插件内的文档
|
||||
|
||||
- python、cmd、shell 、php 等环境
|
||||
|
||||
@@ -112,8 +111,8 @@
|
||||
|
||||
全模式可用
|
||||
|
||||
- `{{isWin}}` 是否Window系统, 返回1或0
|
||||
- `{{LocalId}}`本机唯一ID
|
||||
- `{{isWin}}` 是否 Window 系统, 返回 1 或 0
|
||||
- `{{LocalId}}`本机唯一 ID
|
||||
- `{{BrowserUrl}}` 浏览器的当前链接
|
||||
- `{{ClipText}}` 获取剪贴板的文本
|
||||
- `{{SelectText}}` 获取选中的文本 (已弃用)
|
||||
@@ -142,7 +141,7 @@
|
||||
|
||||
- 隐藏并忽略输出
|
||||
- 显示纯文本输出 (不解析 html 内容)
|
||||
- 显示html格式的输出 (可以进一步编写简单的 GUI 界面,参考内置动作`特殊符号大全`)
|
||||
- 显示 html 格式的输出 (可以进一步编写简单的 GUI 界面,参考内置动作`特殊符号大全`)
|
||||
- 复制到剪贴板
|
||||
- 发送到活动窗口(可实现发送常用短语之类的功能)
|
||||
- 发送到系统通知
|
||||
@@ -157,18 +156,19 @@
|
||||

|
||||
|
||||
## 编译安装
|
||||
|
||||
```sh
|
||||
npm i -g @quasar/cli
|
||||
cd uTools-quickcommand
|
||||
npm i && cd plugin && npm i && cd ..
|
||||
# Mac && Linux
|
||||
./build.sh
|
||||
# Windows
|
||||
build.bat
|
||||
# 调试
|
||||
quasar dev
|
||||
# 编译
|
||||
quasar build
|
||||
```
|
||||
然后在开发者工具里面,选择`uTools-quickcommand/dist/spa/plugin.json`后打包
|
||||
|
||||
## 插件发布页
|
||||
|
||||
https://yuanliao.info/d/424
|
||||
|
||||
## 关键字
|
||||
|
||||
Reference in New Issue
Block a user