Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
1. 增加剪贴板变量替换
  • Loading branch information
mrdear authored Oct 15, 2018
1 parent 57479c8 commit f23e6ba
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"key": "搜索引擎",
"values": [
{
"cmd": "https://baidu.com",
"cmd": "https://www.baidu.com/s?wd={col_0}",
"remark": "百度地址"
}
],
Expand All @@ -35,6 +35,7 @@
2. cmd(触发关键词)->搜索key->选择value-> 判断是网址 -> 调用浏览器打开
3. cmd(触发关键词)->open->选择打开命令配置->调用你喜欢的编辑器打开命令配置的json(主要是alfred添加数据不太好用)

支持获取粘贴板,使`{col_0}`来代替,最终渲染时会自动进行粘贴板数据替换。比如我选择了`https://www.baidu.com/s?wd={col_0}`,此时我粘贴板数据假设为 `张三`,那么最终打开浏览器的地址为`https://www.baidu.com/s?wd=张三`

### 数据保存
该插件对应json命令数据都是外置的(便于云端保存,丢到同步盘中即可),因此自己指定一个路径后,以参数形式传入即可.
Expand All @@ -44,15 +45,14 @@
![](http://oobu4m7ko.bkt.clouddn.com/1519546315.png)



### 演示

![](https://github.com/mrdear/Command_Search/blob/master/img/yulan.gif)


### 其他问题

**1.不想要自动粘贴**
#### 不想要自动粘贴

在alfred插件中选择粘贴这个环节

Expand All @@ -62,8 +62,6 @@

![](http://oobu4m7ko.bkt.clouddn.com/1519546513.png)

### 更新记录

#### 2018.02.26

关键词匹配去除`-_空白`特殊字符
#### 更多变量支持
变量的支持依赖于alfred,可以在自己的脚本中配置多个变量,在后面使用`Utils`工具替换。
![](http://imgblog.mrdear.cn/1539613678.png?imageMogr2/thumbnail/!100p)

0 comments on commit f23e6ba

Please # to comment.